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

Commit 4726e8d

Browse files
committed
Readme Update
1 parent aef7db8 commit 4726e8d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ This repo shall allow you to instantly get started with a full stack project in
1515
- [x] Node.js API
1616
- [x] Production Ready Build
1717

18+
## Setup
19+
20+
After cloning, run `npm install`
21+
1822
## Development server
1923

20-
First run `ng build --watch`
24+
Run `ng build --watch`
2125

22-
Then, `npm run dev` for a dev server. Navigate to `http://localhost:3000/`.
26+
After the --watch build, `npm run dev` for a dev server. Navigate to `http://localhost:3000/`.
2327

2428
The app will automatically reload if you change any of the source files. (Server side as well as client side)
2529

0 commit comments

Comments
 (0)