A geography quiz web app written in Angular 2.
- First, install Node.js.
- Then install Angular CLI globally:
npm install -g @angular/cli
. - Navigate to the project folder and type
npm install package.json
to install the required dependencies. - Finally, type
ng serve
. The website is now live at localhost:4200 and ready for live coding.
- Angular 2 uses TypeScript, which is a superset of JavaScript. If you are not familiar with them, take the official tutorial or this Microsoft tutorial
- This app uses Materialize for styling.
- Please indent with 2 spaces and use spaces, not tabs.