This app is configure to work with express-api-boilerplate out of the box. To quickly run the application without modifying it, make sure that the api is running, then follow the steps below to start developing your next React app.
-
Download this project source
git clone https://github.com/xpepermint/socketio-boilerplate. -
Run
npm installto install dependencies. -
Run
npm run serverto start HTTP server. -
Open
./examples/client.htmlfile with your browser and check the logs.