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-server

Repository files navigation

Slack Clone Server

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

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

Running locally

Running in production

  • CD into slack-clone-server.
  • Run npm run prod:server.
  • It will create a prod build within the build directory which can be used in production.
  • You then need to upload the public directory from the root of the client to the root of the project directory on the server.
  • Then deploy that directory and you can start it by running npm start.

Note: This is a work in progress. I'm continuing to update this and add features.

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