pyykkis / ballin-panda

Minimal web app template for easy riding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for client-side web apps

Out of the box setup

  • Grunt tasks for
    • Jade
    • Stylus
    • CoffeeScript
    • LiveReload
  • jQuery
  • Require.js
  • Normalize.css

Setting up the development environment

npm install grunt bower coffee-script -g
npm install
grunt --config grunt.coffee
open http://localhost:6001

Installing components

cd public
bower install jquery
bower ls --map

Use the output to update require.config in main.coffee accordingly.

Happy Hacking! :]

About

Minimal web app template for easy riding.

License:MIT License


Languages

Language:JavaScript 60.9%Language:PHP 38.7%Language:Perl 0.3%Language:Shell 0.0%Language:CoffeeScript 0.0%