Getting Started
Installation
npx create-express-boilerplate
(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
Environment Setup
Express JS api boilerplate, works in three different environments and can be controlled by .env file in the root directory
you can decide the port of your own choice, but the default port is 5000
Start Server
npm start
Then open http://localhost:5000 to see your app up and running.