Go to file
2024-06-10 14:47:05 -05:00
app Initial commit from create-remix 2024-06-10 14:47:05 -05:00
public Initial commit from create-remix 2024-06-10 14:47:05 -05:00
.eslintrc.cjs Initial commit from create-remix 2024-06-10 14:47:05 -05:00
.gitignore Initial commit from create-remix 2024-06-10 14:47:05 -05:00
package-lock.json Initial commit from create-remix 2024-06-10 14:47:05 -05:00
package.json Initial commit from create-remix 2024-06-10 14:47:05 -05:00
README.md Initial commit from create-remix 2024-06-10 14:47:05 -05:00
vite.config.js Initial commit from create-remix 2024-06-10 14:47:05 -05:00

Welcome to Remix!

Development

Run the dev server:

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 Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of npm run build

  • build/server
  • build/client