Skip to content

Harshnot789/babel-node-boilerplate

 
 

Repository files navigation

Babel Node Boilerplate Greenkeeper badge

Installation

git clone git@github.com:hobroker/babel-node-boilerplate.git
cd babel-node-boilerplate
npm install

NPM Scripts

  • dev - run the app from /src/index.js
  • dev:watch - uses nodemon to re-run the app every file change (check /nodemon.json for config)
  • build - compiles everything with babel from /src into /build
  • start - runs the app from /build/index.js (assuming you compiled the app before)
  • lint - runs lint for /src/**/*.js
  • test - runs tests from /tests

Babel plugins

Quote Of The Day

  • If you come here then please take advantage of this.

About

Personal opinionated babel-node boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%