This is a small quiz made with Angular Material. It includes:
- GULP
- SASS
- Bower
- NPM
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/