geordie-builders
v1.0.425
Published
Simple tool for creating MEAN Web Application using Browserify building and testing
Downloads
3
Maintainers
Readme
Geordie Builders
This is a template engine to create simple project setups that use the M.E.A.N. Web Application design patter.
MongoDB, Express, AngularJS and NodeJS. This project template engine also used Browserify, GULP, Karma, PhantomJS and Jasmine.
To install:
sudo npm install -g geordie-builders
For help:
geordiebuilders help
To run:
goerdiebuilders
This will install to current folder.
geordiebuilders -o <<filepath>>
This will install project to chosen filepath.
When Project is setup, do the following:
sudo npm install
bower install
gulp
to run DB for restful services:
npm run db
to start the server
npm start
to unit test
npm test
karma start
gulp test
For help with gulp tasks:
gulp help
Main tasks:
gulp
gulp build:test
gulp build:final
gulp build:final:test
gulp watch
gulp watch:copy