Home

Awesome

Deploy to Heroku

Remix stack for heroku

This is a very simple remix stack built for heroku. This includes:

How to use this?

run npx create-remix@latest --template spiffgreen/remix-mongo

Either provision a new heroku app with a mongodb database or use the deploy to heroku button to setup your app.

Developing

You can simply run npm run dev to start the development server. Of course, you'll have to install the dependencies before use npm install.

You should make an .env.development file to store all your local environment settings to keep out of git