@@ -11,22 +11,25 @@ I share this with you as it is.
1111
1212I'll update this project in the future and I'll change the name to another one when Angular4 will be released.
1313
14+ ## News
15+ - * 01/15/2017* - Alpha 5 - Check [ HERE] ( https://github.com/Ks89/Angular2-webpack2-skeleton/releases )
16+
17+
18+ ## Changelog
19+
20+ #### Alpha 5
21+ - HMR
22+ - Lazy Loading
23+ - Tree Shaking (with webpack2 and not with rollup)
24+ - Third party services as codeclimate, appveyor, travis ci and coveralls
25+ - Massive refactoring
26+
1427
1528## Install global dependencies
1629I created some scripts inside 'setup' folder to initialize the environment.
17- If you are already ready, you can execute this (for macOS):
18-
19- - sudo npm install -g karma-cli
20- - sudo npm install -g webpack
21- - sudo npm install -g typescript
22- - sudo npm install -g typings
23- - sudo npm install -g remap-istanbul
24- - sudo npm install -g webdriver-manager
25- - sudo npm install -g protractor
26- - sudo npm install -g istanbul
30+ If you are already ready, you can execute this (` sudo ` if you are using macOS):
2731
28- PS: please be careful about versions, in particular of webpack, remap-istanbul and typescript.
29- Check in my packages.json which versions I'm using to prevent problems.
32+ - ` npm install -g typings `
3033
3134## Install local dependencies
3235` npm install `
@@ -43,10 +46,10 @@ Check in my packages.json which versions I'm using to prevent problems.
4346## Test (check coverage/html/index.html with the results)
4447` npm test `
4548
46- ## Test e2e with protractor
49+ ## Test e2e with protractor (broken)
4750` npm run e2e `
4851
49- broken with Angular4 (It require 2.x.x, at the moment), please be patient :(
52+ I'll fix this issue in upcoming versions. Please be patient.
5053
5154
5255## License
0 commit comments