Deployment
Ship a production build to your host of choice.
Build
npm run build
npm run startEnvironment
Make sure the production environment defines the same variables as your local .env before starting the server.
Ship a production build to your host of choice.
npm run build
npm run startMake sure the production environment defines the same variables as your local .env before starting the server.