References
- remix-run/remix#8077 (comment)
- remix-run/remix#8052
- https://github.com/kiliman/remix-flat-routes
📖 See the Remix Vite docs for details on supported features.
npx create-remix@latest --template remix-run/remix/templates/unstable-vite
Spin up the Vite dev server:
npm run dev
Or build your app for production and run it:
npm run build
npm run start