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
gruntFor MP1, you should edit the following:
public/index.html- all files in thepublicfolder will be served by the serversassfolder - all sass files here will be compiled topublic/css/styles.cssjsfolder - all javascript files here will be uglified and put inpublic/js/script.js