https://github.com/alanbsmith/chat
a proof of concept chat app with React and Socket.io
https://github.com/alanbsmith/chat
Last synced: 6 months ago
JSON representation
a proof of concept chat app with React and Socket.io
- Host: GitHub
- URL: https://github.com/alanbsmith/chat
- Owner: alanbsmith
- Created: 2016-05-19T20:31:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T20:14:26.000Z (about 10 years ago)
- Last Synced: 2025-02-02T19:33:34.041Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat
### 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](https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction).