Yeoman generator for a basic Node/Express boilerplate.
- Install Mocha and Chai (if necessary) -
npm install -g mocha chai - Install Yeoman (if necessary) -
npm install -g yo - Install Gulp (if necessary) -
npm install -g gulp - Install the generator -
npm install -g generator-galvanize-express - Run -
yo galvanize-expressand thennpm install - Create the necessary databases
All files must be placed in the "src" directory!
gulp
npm test
- Write tests