Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.11 KB

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.