generator-wave
v1.0.0
Published
Yeoman generator for HapiJS, AngularJS, and MongoDB
Downloads
1
Maintainers
Readme
generator-wave
A generator for HapiJS + AngularJS + MongoDB application stacks.
Lets you quickly set up a project with:
- your favorite technologies
- web best pratices.
- guidelines powered by Google.
Gulp provide fast workspace with quick feedback.
Usage
More informations, options, parameters in the usage documentation page
Install
Install required tools yo
, gulp
, nodemon
and bower
:
npm install -g yo gulp nodemon bower
Install generator-wave
:
npm install -g generator-wave
Install mongodb
Run
Create a new directory, and go into:
mkdir my-new-project && cd $_
Run yo wave
, and select desired technologies for the frontend:
yo wave
Develop
Run the mongod instance:
mongod
Start the Hapi Server using Nodemon:
nodemon server.js 8080
Start the frontend developmen server:
gulp serve
Documentation
- docs/README
- More informations about how to use your new project is available in the docs/user-guide
- If you want to know: docs/how-it-works.
Features
Questions the generator will ask
Questions the generator will ask
Changelog
All changes listed in the GitHub releases
Contributing
License
MIT