Bootstraped with create-next-app
App uses:
- node 16.x (nvm installation)
Install dependencies
npm installCreate .env file
cp .env.example .envbackend- start backend server on http://localhost:8888 (requiresBACKEND_PATH)dev- run next dev server on http://localhost:3000build- build source (compile ts, jsx, start SSG)start- run production server (requiresnpm run build)fix- runprettier-eslinttool to format with prettier while respecting .eslintrc.jsoncheck- run eslintheroku-postbuild- script to run on heroku deploy, don't use