/remix-vite-pwa-starter

https://x.com/xesrevinu/status/1729056469277167630

Primary LanguageTypeScript

remix-vite-pwa-starter

⚠️ This is experimental, and you will bear the risk of using it in a production environment on your own.

⚠️ Remix support for Vite is unstable and not recommended for production.

📖 See the Remix Vite docs for details on supported features.

Setup

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

Run

Spin up the Vite dev server:

npm run dev

Or build your app for production and run it:

npm run build
npm run start

Tech Stack

Credits