Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
💭 Chat Demo Application.
- Host: GitHub
- URL: https://github.com/sultan99/chat-demo
- Owner: sultan99
- Created: 2019-04-29T13:04:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:47:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T14:07:07.557Z (about 1 month ago)
- Topics: chat, demo, reactjs, redux, redux-saga, remda, reselect
- Language: JavaScript
- Homepage:
- Size: 3.67 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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 [email protected]: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/)