๐Ÿ“ฆ leahincom / remix-vite-test

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/leahincom/remix-vite-test.git
HTTPS git clone https://github.com/leahincom/remix-vite-test.git
SSH git clone git@github.com:leahincom/remix-vite-test.git
CLI gh repo clone leahincom/remix-vite-test
Lea Lah Lea Lah Initial commit from create-remix 85145eb 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ app
๐Ÿ“ public
๐Ÿ“„ .gitignore
๐Ÿ“„ env.d.ts
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ vite.config.ts
๐Ÿ“„ README.md

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

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