Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JiyaGupta-cs authored Feb 11, 2024
1 parent 7441887 commit 72ba292
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions Linkedin-clone/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,34 @@
10. Add Post Images
11. Search For Other Users

## Setup
#### Tech Stack
- **Frontend:** React.js
- **Dependencies:** npm, node, firebase,

In the project directory, you can run:
#### Demo
Check out the demo of the LinkedIn clone on YouTube: [LinkedIn Clone Demo](https://youtu.be/nSF2D21JgDw)

### `npm install && npm start`
### How to Run

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
1. **Clone the Repository:**
```bash
git clone https://github.com/Kritika30032002/ReactCreations.git
```

2. **Navigate to the Project Directory:**
```bash
cd ReactCreations\Github_Clone
```

3. **Install Dependencies:**
```bash
npm install
```

4. **Start the Server on Port 3000:**
```bash
npm start
```

5. **Access the Server:**
Once the server is running, you can access it in your web browser by navigating to `http://localhost:3000`.

0 comments on commit 72ba292

Please sign in to comment.