An open API service indexing awesome lists of open source software.

https://github.com/sultan99/chat-demo

💭 Chat Demo Application.
https://github.com/sultan99/chat-demo

chat demo reactjs redux redux-saga remda reselect

Last synced: 5 months ago
JSON representation

💭 Chat Demo Application.

Awesome Lists containing this project

README

          

## Chat Demo Application

🍭 Here you can find UI prototype: [figma](https://www.figma.com/file/bnnQmfeQ55yaAOIQqbzRmqtp/ChatApp?node-id=0%3A1)


## Getting started
Don't worry be magic 🧙‍

🧙‍ Three magic lines to get the project:
```sh
git clone git@github.com:sultan99/chat-demo.git
cd chat-demo
npm i
```

🧙‍ Two magic commands to start:
```sh
npm run build
npm run server
```

🔗 One magic link to get involved: [http://localhost:3000](http://localhost:3000/)



## Development enviroment
🧙‍ Two magic words to start:
```sh
npm start
```

On another terminal run server:
```sh
npm run server
```

🔥 Hot reloads on every changes: [http://localhost:8080](http://localhost:8080/)