File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ This repo shall allow you to instantly get started with a full stack project in
1414- [x] Angular Material
1515- [x] PWA Ready
1616- [x] Server Side TypeScript
17- - [x] Node.js API
17+ - [x] Node.js Express API written in TypeScript
1818- [x] Production Ready Build
19+ - [x] Established Dev Environment
1920- [x] Server Side Rendering (Angular Universal)
2021
2122## Setup
@@ -24,13 +25,13 @@ After cloning, run `npm install`
2425
2526## Development server
2627
27- Run ` npm run start ` to spin the front end Angular
28+ Run ` npm run start ` to spin front end code,
2829
2930Run ` npm run dev ` to start the Node server in development mode
3031
3132Navigate to ` http://localhost:3015/ ` .
3233
33- You can now seamlessly see your changes reflect in realtime everytime you save your file .
34+ You can now seamlessly watch your changes reflect in realtime everytime you save your changes .
3435
3536## Code scaffolding
3637
You can’t perform that action at this time.
0 commit comments