Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 591 Bytes

This project was bootstrapped with Create React App.

Pusher Setup

This project requires a Pusher channel to run.

  1. Head over to https://pusher.com/ to setup an account and a Pusher channel.
  2. Add the generated app keys to this application in server.js and App.js.
  3. Run npm start, open up two separate browser windows and start messaging 🎉 🎉

You can find my full tutorial here: http://jackmorey.com/real-time-chat-room-with-react-php-pusher/

Available Scripts

In the project directory, you can run:

npm start