Back to React Spectrum

templates/unstable-vite

examples/remix/README.md

2022-12-16520 B
Original Source

templates/unstable-vite

āš ļø Remix support for Vite is unstable and not recommended for production.

šŸ“– See the Remix Vite docs for details on supported features.

Setup

shellscript
npx create-remix@latest --template remix-run/remix/templates/unstable-vite

Run

Spin up the Vite dev server:

shellscript
npm run dev

Or build your app for production and run it:

shellscript
npm run build
npm run start