Yeoman generator that scaffolds out a front-end web app.
- Install:
npm install -g generator-webapp
- Run:
yo webapp
- Run
grunt
for building andgrunt server
for preview
-
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished. -
--test-framework <framework>
Defaults to
mocha
. Can be switched for another supported testing framework likejasmine
.
See the contributing docs