https://github.com/omarsar/react-node-app
Just playing with nodejs and react
https://github.com/omarsar/react-node-app
Last synced: 7 months ago
JSON representation
Just playing with nodejs and react
- Host: GitHub
- URL: https://github.com/omarsar/react-node-app
- Owner: omarsar
- Created: 2015-09-18T09:58:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T15:33:54.000Z (about 10 years ago)
- Last Synced: 2025-01-23T06:14:51.151Z (9 months ago)
- Language: JavaScript
- Size: 7.76 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running Locally
This is just a fun app to mess around with node, react and sockets. We will see how far I get with this new journey.
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
$ git clone git@github.com:heroku/react-node-app.git # or clone your own fork
$ cd react-node-app
$ npm install
$ npm start
```[Demo](https://fathomless-sea-2599.herokuapp.com)
Side notes: I have changed the $PORT number to 5000 in order to be able to run this app on Heroku.
Also, you might want to change APP.js so that it looks for where your app is hosted. Change this address (https://fathomless-sea-2599.herokuapp.com) to your own address. You won't need this if you are just running the app locally. That is it! Have fun!