Skip to content

diegovallarta/generator-booang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-booang

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

A yeoman 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), generating all the boilerplate you need to get started. The app generator also optionally installs Twitter Bootstrap and 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

About

A yeoman generator with angular and bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published