Skip to content

ximanta/js_dev_boilerplate

Repository files navigation

JS Boilerplate Code

Supports

  • eslint
  • Mocha
  • Chai
  • Recommended folder structure for a JS project

How to start running

Run these commands

Install the required dependencies

$ npm install

Install mocha globally for TDD/BDD

$ sudo npm install mocha -g

Install gulp globally

$ sudo npm install gulp -g

To build the app

$ npm run build

To run the app

$ npm run execute

About

Boilerplate for JavaScript development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published