An example scaffolding project that I put together to come completely ready with ngrx, unit testing, and e2e testing.
Webpack, Jasmine, Karma, Protractor
- clone this Repo
- cd into cloned directory
- run
npm install
- run
webpack-dev-server
- open
http://localhost:8080
run npm run test
run npm run test:headless
run protractor protractor.conf.babel.js