Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 844db87

Browse files
authored
Update README.md
1 parent 781275a commit 844db87

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2930
Run `npm run dev` to start the Node server in development mode
3031

3132
Navigate 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

0 commit comments

Comments
 (0)