A minimal Remix starter template with TypeScript and Tailwind CSS.
Run the following to clone this starter template:
codebuff --create remix my-appnpm run devVisit http://localhost:3000
# 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