Skip to content

mchynal/generator-express-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express + angularJS + mongoDB yo generator

Installation

npm install -g bower yo generator-expressjs-angular

How to use generator

mkdir my-app

cd my-app

yo expressjs-angular

How to start app

cd my-app

development:

npm run supervisor - start application in development mode
npm run gulp-watch - start gulp watcher, observe client-side js files and concat to single file app.js

http://localhost:3000/

production:

npm start - start application

http://localhost:3000/

Subgenerators

 yo expressjs-angular:make controller MySuperCtrl

 yo expressjs-angular:make directive MyAwsomeDirective

 yo expressjs-angular:make service MyService

About

express + angularJS + mongoDB yo generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published