Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 712 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 712 Bytes

Quiz - Angular Routing

Starter code for Udacity's Front End Frameworks course.

Required Software

Getting Set Up

  1. Clone this repo
  2. cd into the newly cloned project
  3. Install NPM dependencies via npm install
  4. Install Bower dependencies via bower install

View the app

  • 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.