This is a boilerplate setup including:
- Remix 1.4.0
- TailwindCSS 3.0.23
- Typescript 4.6.3
- Prettier 2.6.2 (with prettier-plugin-tailwindcss)
- React Use 17.3.2
- Remix Utils 3.0.0
- Prepared for an easy deploy with Cloudflare Pages (Select Remix as "Framework Preset")
- ... and some other minor tweaks
A deployed version can be found here.
Feel free to fork.
Welcome to Remix!
Development
From your terminal:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
Deployment
First, build your app for production:
npm run build