Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AncubateVishalT committed Apr 15, 2021
1 parent a34f6b7 commit d3d7ca8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ socket.io determine if a user is online or offline, <br> Stack Overflow Question

1) Go to `/server` derectory and run

> npm install
```
npm install
```

2) Change the port if you want to change from 3000 to yours in `port` variable to `/server/server.js`

3) Change host url with post in `host` variable to `/client/index.js`

4) Move to `/server` derectory and run
4) Go to `/server` derectory and run

> npm start
```
npm start
```

5) open `/client/index.html` file in your browser

0 comments on commit d3d7ca8

Please sign in to comment.