Skip to content

Commit

Permalink
git url added
Browse files Browse the repository at this point in the history
  • Loading branch information
ChauhanAbhinav committed Aug 20, 2019
1 parent 69fc32e commit db51c26
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This project was generated with [Angular CLI](https://github.com/angular/angular

## Development server

git clone https://github.com/endel/colyseus-react-example.git
git clone https://github.com/ChauhanAbhinav/chat.git

Run following command for dev server.
Run following command for dev server:-

cd chat
npm install
Expand All @@ -18,6 +18,10 @@ npm start

Navigate to `http:https://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Note:

1. For testing real time chat, use multiple browser for multiple users, only one user can be able to login from a browser at a time. This is because of over writing of cookies.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
Expand Down

0 comments on commit db51c26

Please sign in to comment.