Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 594 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 594 Bytes

Angular Material Quiz

This is a small quiz made with Angular Material. It includes:

  • GULP
  • SASS
  • Bower
  • NPM

Installation

You need Gulp installed globally:

npm install -g gulp

Clone this repository in a folder angular-quiz. It's master branch.

git clone [git-repo-url] angular-quiz
cd angular-quiz

Install dependencies:

npm install
bower install

Run gulp server. Make sure port 3000 is available:

gulp serve

Access the app in your browser if it didn't start your browser automatically:

http://localhost:3000/