Application simulating a statistics site for an FPS game made for the course Projecten 2 Made with Angular2 & Webpack
make sure you have npm
installed
install dependencies
$ npm install webpack webpack-dev-server html-webpack-plugin raw-loader ts-loader tslint-loader -g
$ npm install
Then start it (development)
$ npm run dev
Application can be found on localhost:3000
To run the production build
$ npm run build
$ npm start
###Live version The live version of this project can be found on Heroku
- Milan De Buck