Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 394 Bytes

express-node-boilerplate

Another crappy almost production-ready boilerplate for node APIs.

✔️ Central Error Handler ✔️ Central Response Handler ✔️ Components Structure ✔️ Multiple environment configurations ✔️ Easy scaling

✖️ Remove .env, production.json and development.json before git push (.gitignore).

Installation

npm install
npm run start-dev