Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.02 KB

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.