A realtime react starter kit powered by GraphQL Subscriptions. The app is designed in the likeness of slack and features real-time messaging and social authentication out of the box.
This starter kit is powered by the GraphQL backend-as-a-service scaphold.io.
Follow the full tutorial to learn how we made this! It only takes a few minutes!
This is what is looks like!
- Install dependencies
npm install
- Start the development server
npm run start
- OR build dist
npm run build