https://github.com/coderosh/gqlchat
Realtime messaging app build with reactjs, nodejs, graphql and typescript
https://github.com/coderosh/gqlchat
Last synced: 5 months ago
JSON representation
Realtime messaging app build with reactjs, nodejs, graphql and typescript
- Host: GitHub
- URL: https://github.com/coderosh/gqlchat
- Owner: coderosh
- License: mit
- Created: 2021-01-26T16:48:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T06:11:21.000Z (over 2 years ago)
- Last Synced: 2025-03-16T00:12:29.390Z (11 months ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GQLChat
## Quickstart
```sh
git clone https://github.com/coderosh/gqlchat.git
cd gqlchat
yarn install
cd client
yarn install
yarn build:css
cd ..
cp .env.example .env
yarn develop
# or build
yarn build
```
## Screenshots


