A collaborative code playground built with Pusher Channels and React. Tutorial: https://pusher.com/tutorials/code-playground-react
- Clone this repository and
cd
into it. - Execute
npm install
to download dependencies. - See tutorial for notes on how to get the required credentials from Channels.
- Open
client/src/App.js
and.env
and update them with your Channels credentials. - Run
node server.js
to start the Express server. cd
into the client folder, runnpm install
followed bynpm start
to start the development server. Open http://localhost:3000 in your browser.
- Node.js and npm