Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fetchte/chat-fire
https://github.com/fetchte/chat-fire
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fetchte/chat-fire
- Owner: fetchTe
- Created: 2017-10-06T02:06:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T02:07:31.000Z (about 7 years ago)
- Last Synced: 2024-11-06T23:17:52.605Z (about 2 months ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Fire
A chat messenger I created a while back with Graphql/Apollo, React, Redux and Sagas. I've published this code with absolutely no intentions of anything. Who know's maybe you landed on this project via a github search and within you find the answer you're looking for. Please keep in mind I wrote this code a while back so needless to say various parts could be a bit shaky.
## How to run
__Start Server__
```
cd server
npm run start
```__Start Client__
```
cd client
npm run start
```