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