ajwaxman / rtj-front

The frontend application for Rule the Jungle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rule The Jungle (Frontend)

This is the README for the frontend portion of the Rule The Jungle application.

1. Install required dependencies

run brew update

run brew install node

run npm install -g bower

run npm install grunt

run npm install -g grunt-cli

2. Make sure you have the the sass and compass gems installed

run gem install sass

run gem install compass

3. Start the local server

To start a local server, run grunt serve

About

The frontend application for Rule the Jungle


Languages

Language:JavaScript 91.6%Language:CSS 8.4%