npm ciFill in the environment variables in the .env file, refer to the .env.example file for the required variables.
cp .env.example .envStart the Express Server
npm run devMake sure all the ticks are green in the terminal.
npm start:prod-
- Add files to the staging area
- Use
npm run lint && npm run formatto run the eslint and prettier checks on the staged files manually