Skip to content

A React (MERN) stack app that allows you to chat like Slack using GraphQL.

Notifications You must be signed in to change notification settings

craigstroman/slack-clone-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2afbf65 · Mar 6, 2021
Mar 6, 2021
Jul 20, 2020
Jul 20, 2020
Oct 28, 2020
Jul 21, 2020
Jul 20, 2020
Jul 20, 2020
Jul 20, 2020
Oct 28, 2020
Jan 22, 2021
Jan 11, 2021
Jan 11, 2021

Repository files navigation

Slack Clone Client

Based on the tutorial from https://awesomereact.com/playlists/slack-clone-using-graphql/0MKJ7JbVnFc.

Online demo at http://slack-clone.craigstroman.com/.

Running locally

Note: This is running on WebPack devServer and will automatically refresh when you make changes to the project.

Running in production

  • CD into slack-clone-server.
  • Run npm run prod.
  • This will create a production build file of the JavaScript within /public/js/main.min.js.
  • Upload the main.min.js to the /public directory within your production build of the server. For that I'm using Pug with Express.

About

A React (MERN) stack app that allows you to chat like Slack using GraphQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published