/TMF15-Web

Treefort Music Fest web site build with Angular JS and a Firebase backend.

Primary LanguageJavaScript

TMF15-Web

Treefort Music Fest web site build with Angular JS and a Firebase backend.

This project was generated using the Yeoman AngularJS generator and has been modified to use a Firebase backend ala AngularFire.

Usage

Step 1: If you do not have nodejs, install it from the node.js website.

Step 2: (Optional Mac only) It's generally a good idea to make sure your /usr/local has the correct permissions. sudo chown -R $USER:admin /usr/local

Step 3: Clone https://github.com/philbot5000/TMF15-Web.git to your desktop or type git clone https://github.com/philbot5000/TMF15-Web.git TMF15 in the directory you wish the repository to live.

Step 4: Change directories into the repo and run npm install to get all the modules for this project.

Step 5: Run bower install to grab all the front-end dependancies. Run npm install -g bower if you don't have Bower.

Step 6: Finally run grunt serve and wait for the boilerplate project to open on http://127.0.0.1:9000/ in your browser of choice. If you don't have Grunt then run npm install -g grunt and npm install -g grunt-cli.

Resources