Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-booang

Latest Angular and Boostrap generator. Based on the MEAN stack generator for Yeoman. Angular 1.2.0-rc.2 and Bootstrap 3

yeoman-generator, angular, bootstrap

readme

generator-booang

================

A yoeman generator with angular (v1.2.0-rc.2) and bootstrap (v3) versions.

Based on the MEAN stack generator for Yeoman by W. Lepinski.

Getting started

  • Make sure you have yo installed on the latest version. npm install -g yo
  • Install the generator: npm install -g generator-booang
  • Run: yo booang on your new folder app

After that follow the steps below.

  1. Use the comand grunt server to start the application with built-in preview server with LiveReload on chrome.
  2. Use the command grunt to generate the optimized files for your application.

App

Sets up a new MEAN (MongoDB, Expressjs, AngularJS and Node.js) app with Twitter Bootstrap, generating all the boilerplate you need to get started. The app generator also optionally installs Jquery.

Bower Components

The following packages are always installed by the app generator:

  • angular
  • angular-mocks
  • angular-scenario
  • angular-animate
  • angular-route
  • angular-cookies
  • angular-loader
  • angular-resource
  • angular-sanitize
  • angular-touch
  • bootstrap
  • es5-shim
  • json3

Bower is set to install packages on ./app/libs/

License

MIT License