asalhani / angular2-quiz-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Quiz

An Angular 2 web application that displays a quiz on... Angular 2. Used as an exercise on template features.

To work on this project:

  • Run npm install inside the project folder to download all the dependencies. This only needs to be done once.
  • Run npm run build to compile the TypeScript code in the src folder into ES5 code into the app folder.
  • Run npm run serve to start a local development web server. You can now access the application at localhost:8080.

This example is part of the Angular 2 From The Ground Up course by Mirko Nasato.

About

License:MIT License


Languages

Language:TypeScript 67.6%Language:HTML 20.8%Language:JavaScript 11.6%