lexeek / generator-marionette-frontend

A frontend generator for building large scale single page applications using Marionette, RequireJS, Handlebars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-marionette-frontend

Codeship Status for opus-online/generator-marionette-frontend

Requirements

  1. Node installed
  2. Yeoman installed (http://yeoman.io/)
  3. Grunt installed (http://gruntjs.com/)
  4. Bower installed (http://bower.io/)

Setup

npm install -g generator-marionette-frontend

Creating a new project

mkdir example && cd example
yo marionette-frontend

Serving your application

grunt serve

Now go to http://localhost:9001

Running your tests

grunt test

Documentation

Community

You can contact me via Gitter: Gitter chat

About

A frontend generator for building large scale single page applications using Marionette, RequireJS, Handlebars

License:MIT License


Languages

Language:JavaScript 96.7%Language:HTML 3.2%Language:Handlebars 0.1%