Skip to content

Commit 957380c

Browse files
authored
Update README.md
1 parent c8e5c66 commit 957380c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,20 @@ This is meant to be a Feature-Rich Starter application containing all of the lat
3838
- Baked in best-practices (follows Angular style guide)
3939
- Bootstrap4 (with ng2-bootstrap) - can be rendered on the server
4040

41-
- Webpack build system
41+
- Webpack build system (Webpack 2)
4242
- HMR : Hot Module Reloading/Replacement
43-
- NgRx state management integrated to hold state between HMR builds!
43+
- NgRx utilized and setup to **hold app State between HMR builds**
4444
- Production builds
4545
- Webpack Dashboard
4646

47+
- Docker support
48+
4749
- Testing frameworks
4850
- Unit testing with Karma/Jasmine
51+
- E2E testing with Protractor
4952

5053
- Productivity
54+
- Typescript 2
5155
- Codelyzer (for Real-Sime static code analysis)
5256
- VSCode & Atom provide real-time analysis out of the box.
5357
- **NOTE**: Does not fully work with Visual Studio yet. (Even with 1.1.0-preview)
@@ -60,6 +64,8 @@ This is meant to be a Feature-Rich Starter application containing all of the lat
6064

6165
### Getting Started?
6266

67+
**Make sure you have at least Node 4.x or higher installed!**
68+
6369
> You'll need ASP.NET Core installed (1.0.1).
6470
> Make sure you have VStudio 2015 update 3 installed as well.
6571
@@ -77,6 +83,7 @@ to: `ASPNETCORE_ENVIRONMENT=Production`, then run `webpack` manually. Then you c
7783

7884
# UPCOMING Features:
7985

86+
- [ ] Example of NgRx (redux) transfering App State from server to client
8087
- [ ] AoT (Ahead-of-time compilation) production builds
8188
- [ ] Websockets example
8289
- [ ] Update components real unit & e2e tests

0 commit comments

Comments
 (0)