Visit the application at https://slack.knat.dev.
- Configure server (follow the tutorial).
- Run
npm install
oryarn
to install dependencies. - Rename
.env.example
to.env
and fill the variables with your server details. - Make sure the server is up and running.
- Run
npm start
oryarn start
.
- Typescript
- GraphQL + GraphQL Subscriptions (Realtime communication via Websockets).
- Apollo Client 3 (with GraphQL Code Generator - A.K.A code-first approach).
- React.JS (with React Router, Chakra-UI, Formik, Infinite Scroller and more).