Use the following commands in your vagrant development environment to get this up and running
git clone https://github.com/uiuc-web-programming/mp1_starter.git
cd mp1_starter
npm install
bower install
grunt
For MP1, you should edit the following:
public/index.html
- all files in thepublic
folder will be served by the serversass
folder - all sass files here will be compiled topublic/css/styles.css
js
folder - all javascript files here will be uglified and put inpublic/js/script.js