Skip to content

davidwaldmann/FEF-Quiz-Angular-Up-and-Running

 
 

Repository files navigation

Up & Running with Angular

This repo is for Udacity's Front End Frameworks course.

Required Software

Make sure you have the following software installed:

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • HTML 26.8%
  • CSS 9.8%