Skip to content

Starting Boilerplate for using es6, es-next (using Babel) with NodeJs server

Notifications You must be signed in to change notification settings

shkshubham/nodejs-es6-boilerplate-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-es6-boilerplate-latest

Requirment

  1. $ npm i nodemon -S => To watch node (dist) files changes

Run Script

$ npm run watch-node:

To watch node (dist) files changes using nodemon

$ npm run watch-babel:

To watch es6 (src) files changes (Automatically build es6 to commonJs

$ npm start:

To start normal server

$ npm run build :

To build es6 (src) to commonJs

About

Starting Boilerplate for using es6, es-next (using Babel) with NodeJs server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published