Skip to content

Files

Latest commit

 

History

History
31 lines (24 loc) · 492 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 492 Bytes

Node.js es6 starter template

Install

Clone the repo:

$ git clone https://github.com/gcoderbh/nodejs-es6-starter-template.git [your_project_name]

Install dependency:

$ cd [your_project_name]
$ npm ci

Usage

$ nodemon

start development in src/index.js see in your browser at http://localhost:3000

Test

$ npm run test