Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobmgevans/remix-and-vite-repro
https://github.com/jacobmgevans/remix-and-vite-repro
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobmgevans/remix-and-vite-repro
- Owner: JacobMGEvans
- Created: 2023-11-13T19:05:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T19:06:31.000Z (about 1 year ago)
- Last Synced: 2023-11-13T20:25:40.082Z (about 1 year ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# templates/unstable-vite
⚠️ Remix support for Vite is unstable and not recommended for production.
📖 See the [Remix Vite docs][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
```[remix-vite-docs]: https://remix.run/docs/en/main/future/vite