This repository contains a demo for the angular-webpack.
This repository needs a backend, refer to GermanWords-koa for further information in how to use it. Once you have it running:
$ git clone https://github.com/Foxandxss/GermanWords-ng1-webpack
$ cd GermanWords-ng1-webpack
$ npm install
$ npm startNow you can navigate to http://localhost:8080 to see the app working.
The username and password for the demo is: demo / 12345.
If you want to run the tests, do:
$ npm testFor deployment:
$ npm run buildThat will generate a /dist folder where you can point your web server.