You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pierre Martin 457c4f7ba4 Document registry 2 months ago
..
app Initial state 2 months ago
public Initial state 2 months ago
.eslintrc.cjs Initial state 2 months ago
.gitignore Initial state 2 months ago
.npmrc Document registry 2 months ago
README.md Initial state 2 months ago
package.json Initial state 2 months ago
server.js Initial state 2 months ago
tsconfig.json Initial state 2 months ago
vite.config.ts Initial state 2 months ago

README.md

Welcome to Remix + Vite!

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

Development

Run the Express server with Vite dev middleware:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying Express applications you should be right at home. Just make sure to deploy the output of npm run build

  • build/server
  • build/client