Skip to content

Commit

Permalink
Merge pull request #359 from Jassi10000/master
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
AmeyaJain-25 authored Oct 12, 2021
2 parents c8fbc8e + f92f6e1 commit 1d8a28a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,21 @@ git push
cd Athavani
```

**2.** Navigate to the Client directory.
**2.** The Server is in the root directory itself

```bash
cd client
npm install
npm start / yarn start
npm start
```

**3.** Navigate to the Server directory.
**3.** Navigate to the Client directory.

```bash
cd server
cd client
npm install
npm start
npm start / yarn start
```

🛈**IMPORTANT**🛈

To open the web app directly from CLI use:-
Expand Down

0 comments on commit 1d8a28a

Please sign in to comment.