ericclemmons / genesis-skeleton

Modern, opinionated, full-stack starter kit for rapid, streamlined application development.

Home Page:https://github.com/genesis/angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genesis Skeleton

Dependencies devDependencies

v0.4.0


Modern, opinionated, full-stack starter kit for rapid, streamlined application development.

  • API-ready server powered by Express
  • Streamlined workflow using GruntJS
  • Instant preview with LiveReload
  • Rapid prototyping using Twitter Bootstrap
  • Client-side dependency management from Bower
  • First-class support for AngularJS & ReactJS
  • Simplified testing utlizing Karma
  • Resource optimization for production
  • Deployment-ready for Heroku & Nodejitsu

Documentation

Visit http://genesis-skeleton.com/ for the latest documentation & features!

Dependencies

  1. NodeJS
  2. Yeoman
  3. Bower
  4. Grunt

The NPM dependencies can easily be installed at once via:

  • npm install -g yo bower grunt-cli

Installation

If necessary, first install the Yeoman generator for Genesis Skeleton:

  • npm install -g generator-genesis

From within any new or existing project directory:

  • yo genesis

Usage

  • grunt server
  • grunt test

Visit http://genesis-skeleton.com/ for in-depth documentation.

License

MIT

Bitdeli Badge

About

Modern, opinionated, full-stack starter kit for rapid, streamlined application development.

https://github.com/genesis/angular

License:MIT License


Languages

Language:CoffeeScript 50.5%Language:JavaScript 37.8%Language:Shell 6.8%Language:CSS 4.9%