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 start
Now you can navigate to https://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 test
For deployment:
$ npm run build
That will generate a /dist
folder where you can point your web server.