Boiler Plate for NodeJS Rest API.
- Separate Routing and Handlers file
- Middlewares
- Configuration
- Babel Integrated
$ cd /path/to/your/project
$ sudo npm install
You can:
- Create Build for Deployment using
$ cd /path/to/your/project $ sudo npm run build
- Create Build and Deploy (Update package.json to your selected Deployment Tool) using
$ cd /path/to/your/project sudo npm run build:deploy
- Start a Project on your console using
$ cd /path/to/your/project $ npm start
MIT