Skip to content

Yeoman generator for initial setup of web application's UI framework using backbone, marionette and various other javascript libraries

License

Notifications You must be signed in to change notification settings

shahsank3t/generator-commencez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-commencez

Yeoman generator for initial setup of web application's UI framework using backbone, marionette and various other javascript libraries

Stack

Install

First make sure you have Node, Npm, Yeoman, Bower and Grunt installed.

Visit nodejs.org to install node and NPM

To install Yeoman, Bower and Grunt run:

$ npm install -g yo grunt-cli bower

Install commencez generator

$ npm install -g generator-commencez

Bootstrap project

To bootstrap a new project:

First, create your project directory:

$ mkdir demo-app

Go to your project directory:

$ cd demo-app

Now simply run:

$ yo commencez

To install bower components:

$ bower install

To install dev-dependencies:

$ npm install

To copy bower components in libs directory:

$ grunt bowercopy

About

Yeoman generator for initial setup of web application's UI framework using backbone, marionette and various other javascript libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages