/generator-core-webapp

Yeoman Generator for core web apps

Primary LanguageJavaScript

Installation

  • npm install -g yo (yeoman npm globally)
  • npm install
  • npm link (Install this generator even though it's not a published module)

Usage

  1. Create a new directory; cd into it
  2. yo cloudfour-core-webapp
  3. gulp --tasks

Tests

(Mocha)

  1. npm test