geordie-builders
v1.0.425
Published
Simple tool for creating MEAN Web Application using Browserify building and testing
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-buildersFor help:
geordiebuilders helpTo run:
goerdiebuildersThis 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
gulpto run DB for restful services:
npm run dbto start the server
npm startto unit test
npm test
karma start
gulp testFor help with gulp tasks:
gulp helpMain tasks:
gulp
gulp build:test
gulp build:final
gulp build:final:test
gulp watch
gulp watch:copy
