All Projects → alanbsmith → react-websocket-starter

alanbsmith / react-websocket-starter

Licence: other
a starter app for using react with socket.io

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

React + Websocket Starter (for Heroku deployment)

UP & RUNNING

  • npm install
  • npm start
  • visit http://localhost:8080/

DEPLOYING TO HEROKU

This app is set up for deployment to Heroku!

Heroku will follow the postinstall command in your package.json and compile assets with webpack.prod.config.js. It runs the Express web server in server.js. You'll notice there's a special section set up for running in development.

If you've never deployed a Node app to Heroku (or just need a refresher), they have a really great walkthrough here.

OTHER STARTERS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].