Skip to content

Commit 9e7b1b6

Browse files
committed
Added how to get project in local system
1 parent d7e61ca commit 9e7b1b6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

news-app/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,22 @@ I've used the concept of *Async functions* and *react hook usestate* also worked
1616

1717

1818
### How to get the project on your local machine:
19+
20+
21+
---
22+
23+
- Download or clone the repository
24+
25+
```
26+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
27+
```
28+
29+
- Go to the directory
30+
- Open NEWS-APP folder
31+
- Open the terminal and run
32+
```
33+
npm start
34+
```
35+
- The project will be opened in the browser
36+
37+

0 commit comments

Comments
 (0)