Skip to content

eloisalgado/angular-material-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A quiz made with Angular Material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published