0.1.9 • Published 10 years ago

generator-simple-webapp v0.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

generator-simple-webapp Build Status

A simple Yeoman generator that includes configs for Karma and Protractor. It also utilises assemble for mustache template compiling to html

Uses bower-installer, Karma, Protractor, Mustache

Dependencies

  • Yeoman
  • NPM

Getting Started

To install generator-simple-webapp from npm, run:

$ npm install -g generator-simple-webapp

Commands

Initiate the generator:

$ yo simple-webapp

Start a grunt server with livereload and mustache template assembling

$ grunt serve

This task will start a server and watch on sass, mustache files. When a mustache file is edited it will assemble an html file in the project root.

Start karma tests with

$ ./node_modules/karma/bin/karma start karma.config.js

Run protractor tests with

$ ./node_modules/.bin/protractor protractor.config.js

You'll need to replace '###' with your browserstack credentials in both of these configs

License

MIT

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago