Spelling quiz.
The build environment is based on angular2-webpack-starter.
npm install -g typings webpack-dev-server rimraf weback
npm install
npm startThen navigate to http://localhost:3000 in your browser.
To deploy to production on github pages, run:
npm run build:prod
npm run github-deploy:prodThis app can be accessed from https://yever.github.io/angular2-exercise/.