Skip to content

Commit 2f3dd5d

Browse files
committed
lint fix
1 parent 163f8d3 commit 2f3dd5d

File tree

3 files changed

+476
-0
lines changed

3 files changed

+476
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.3.
44

5+
## How to run backend (Express App)
6+
7+
1. Navigate to **backend** folder by `cd backend/`
8+
2. Install dependencies `yarn install`
9+
3. Run the express server `yarn start`
10+
4. Open the URL `http://localhost:3000/places` in your browser
11+
512
## Cloning Guide
613

714
1. Clone only the remote primary HEAD (default: origin/master)

0 commit comments

Comments
 (0)