generator-wave

Yeoman generator for HapiJS, AngularJS, and MongoDB

Usage no npm install needed!

<script type="module">
  import generatorWave from 'https://cdn.skypack.dev/generator-wave';
</script>

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

Features

Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo

Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo

List features included

Questions the generator will ask

Questions the generator will ask

Changelog

All changes listed in the GitHub releases

Contributing

Guidelines

License

MIT