Starter code for Udacity's Front End Frameworks course.
- Clone this repo
cd
into the newly cloned project- Install NPM dependencies via
npm install
- Install Bower dependencies via
bower install
- In the terminal, run
grunt serve
. If you run into issues with this command, make sure that Grunt's command line interface is installed on your machine (npm install -g grunt-cli
), then try again.