https://github.com/richiemccoll/whatsupp
Fullstack JavaScript Whatsapp clone
https://github.com/richiemccoll/whatsupp
apollo fullstack-javascript graphql prototype react typescript
Last synced: about 2 months ago
JSON representation
Fullstack JavaScript Whatsapp clone
- Host: GitHub
- URL: https://github.com/richiemccoll/whatsupp
- Owner: richiemccoll
- Created: 2019-07-19T12:18:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:59:37.000Z (over 3 years ago)
- Last Synced: 2025-05-05T06:36:36.734Z (about 1 year ago)
- Topics: apollo, fullstack-javascript, graphql, prototype, react, typescript
- Language: TypeScript
- Size: 1.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Whatsupp
### A Whatsapp clone.
#### But.. why?
I wanted to use this as a demo project to get familiar with tools in the ecosystem that I wouldn't neccessarily get to use day to day. These include:
- Apollo (and GraphQL in general)
- React hooks
- React Suspense (concurrent)
- TypeScript
### How to run the project?
1. `git clone git@github.com:richiemccoll/whatsupp.git`
2. `npm i`
3. `npm start`
Running start in the root directory will kick off the client and server applications using `concurrently`.
Any changes in the client will update automagically with hot module reloading. On the server, I'm using `ts-node-dev` to watch for any changes, however server changes require a browser refresh :anguished:
TODO
- Add screenshot / gif of the application.