Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 924 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 924 Bytes

#Front End Starting Points

Contained in this repo are some branches:

  • just-the-server
  • require-backbone-bootstrap

These may be used as starting points for web applications and merged into the empty master branch.

##Setup Instructions In order to set up your environment and have everything run pleasantly without throwing any errors. Follow the instructions below.

###Environment Setup

####Install homebrew

The package manager that Apple forgot.

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

####Install Node.js via homebrew

brew install node

####Install bower For more information see bower.

npm install -g bower

####Install Grunt CLI For more information see gruntjs.

npm install -g grunt-cli

Project specific setup instructions are contained in the README on each branch.