Skip to content

lanzoninicola/remix-express-typescript

Repository files navigation

Remix 1.7.5 starter with ExpressJS adapter (Typescript support)!

TODO

  • Dockerize the app

Development

From your terminal:

npm run dev

This will start the Express server at port 3000. It will automatically reload your browser when you make changes to your code.

Note:

Sometimes after executing npm run dev you may see an error like Error: Cannot find module 'server.js'. To fix this, run npm run build:server and then npm run dev again.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages