Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 544 Bytes

Quiz - Angular Routing

Starter code for Udacity's Front End Frameworks course.

Required Software

Getting Set Up

  • clone this repo
  • cd into the newly cloned project
  • install NPM dependencies via npm install
  • install Bower dependencies via bower install

View the app

  • on the terminal, run grunt serve