Skip to content

tidepool-org/orca-remix

templates/unstable-vite-express

⚠️ 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-express

Run

Spin up the Express server as a dev server:

npm run dev

Or build your app for production and run it:

npm run build
npm run start

Customize

In this template, we'll use Express but remember that these APIs can be used with any Node-compatible server setup that supports standard middleware.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •  

Languages