Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 424 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 424 Bytes

Node.js, Babel(ES6) Boilerplate with Visual Studio Code Debugger configurations.

Install

In project root: npm install or yarn

Tasks

Development (Optional)

npm install -g nodemon (Install nodemon) npm start or yarn start

Build

npm run build or yarn build

Serve

npm run build && npm run serve or yarn build && yarn serve

Debug

Simply run debugger(F5) on Visual Studio Code.