File tree
Expand file treeCollapse file tree1 file changed
+4
-3
lines changed Expand file treeCollapse file tree1 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
|
14 | 14 | - [x] Angular Material
|
15 | 15 | - [x] PWA Ready
|
16 | 16 | - [x] Server Side TypeScript
|
17 |
| -- [x] Node.js API |
| 17 | +- [x] Node.js Express API written in TypeScript |
18 | 18 | - [x] Production Ready Build
|
| 19 | +- [x] Established Dev Environment |
19 | 20 | - [x] Server Side Rendering (Angular Universal)
|
20 | 21 |
|
21 | 22 | ## Setup
|
@@ -24,13 +25,13 @@ After cloning, run `npm install`
|
24 | 25 |
|
25 | 26 | ## Development server
|
26 | 27 |
|
27 |
| -Run `npm run start` to spin the front end Angular |
| 28 | +Run `npm run start` to spin front end code, |
28 | 29 |
|
29 | 30 | Run `npm run dev` to start the Node server in development mode
|
30 | 31 |
|
31 | 32 | Navigate to `http://localhost:3015/`.
|
32 | 33 |
|
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. |
34 | 35 |
|
35 | 36 | ## Code scaffolding
|
36 | 37 |
|
|
You can’t perform that action at this time.
0 commit comments