Skip to content

Latest commit

 

History

History

README.md

Remix Starter Template

A minimal Remix starter template with TypeScript and Tailwind CSS.

Get this project

Run the following to clone this starter template:

codebuff --create remix my-app

Quick Start

npm run dev

Visit http://localhost:3000

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Type check
npm run typecheck

# Lint
npm run lint

# Build for production
npm run build

Learn More