#YardSalez - Web Client The web front-end for the YardSalez application
#Dev Environment Setup ##Pre-requisites
- Node >=0.10.26
- git (prefer Github for Windows)
- Setup github account
- Ruby >= 2.0.0 (see 'Ruby Installation Instructions' section for detailed instructions)
##Instructions
npm install -g grunt-cli grunt bower karmanpm installbower install- when prompted to pick angular version prefer option that corresponds to angular v1.2.17
- Install ruby gems sass and compass
- Make sure ruby is added to the command line PATH (run
ruby -vto verify). Add it if it is not already done. - Run the command
gem install sass compassfrom command line - Check to see if the gems are installed properly by running commands
compass -vandsass -vfrom command line - If you do not see any errors, you are good to go
- Make sure ruby is added to the command line PATH (run
##Ruby Installation Instructions
- Download Ruby installer from ruby site
- Run the executable and select the options (add to PATH etc)
- Once the installation is complete verify it by running command
ruby -vfrom command line - If you do not see any errors you are good to go