Express Boilerplate Clean boilerplate for projects with ExpressJS. 1. Install dependencies npm install 2. Start server in dev mode npm run dev 3. Create environment file with global variables (optional) PORT = 8080 ALLOWED_ORIGINS = http://localhost:9090