Skip to content

Yeoman generator for scaffolding out a front-end web app

Notifications You must be signed in to change notification settings

ronaldkonjer/generator-webapp

 
 

Repository files navigation

Web app generator Build Status

Yeoman generator for scaffolding out a front-end web app.

Getting Started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator: npm install -g generator-webapp
  • Run: yo webapp
  • Run grunt for building and grunt server for preview

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • --test-framework <framework>

    Defaults to mocha. Can be switched for another supported testing framework like jasmine.

Contribute

See the contributing docs

License

BSD license

About

Yeoman generator for scaffolding out a front-end web app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.1%
  • HTML 20.8%
  • CSS 2.1%