Package Exports
- generator-mean-seed
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-mean-seed) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
generator-mean-seed
Yeoman Generator for MEAN-seed - MongoDB, Express.js, AngularJS, Node.js + Yeoman (Grunt, Bower, Yo) + Jasmine, Karma, Protractor
Getting Started
Install Yeoman Yo, Bower, & Grunt if you haven't already:
$ npm install -g yo bower grunt-cli
Install this generator:
$ npm install -g generator-mean-seed
Naviagate to a (new) directory where you want to create your AngularJS and node.js app and initiate the generator then follow the prompts:
$ yo mean-seed
NOTE: you can also (first) create a yo-configs
folder with .json files for the prompts so you don't have to type them all out. This is useful for storing multiple different configurations for different projects - just tell the generator which config to use and you're all set! See the yo_configs folder for examples.
See here for more/full info and steps.
Next Steps
- See the generated README.md file in your new mean-seed app!
More Info
What is Yeoman?
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.