https://github.com/thecodejack/react-express-socketio-boilerplate
Boiler plate for client side reactjs with express, socketio
https://github.com/thecodejack/react-express-socketio-boilerplate
Last synced: 8 months ago
JSON representation
Boiler plate for client side reactjs with express, socketio
- Host: GitHub
- URL: https://github.com/thecodejack/react-express-socketio-boilerplate
- Owner: thecodejack
- License: apache-2.0
- Created: 2015-02-17T04:11:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T04:42:41.000Z (over 11 years ago)
- Last Synced: 2025-04-08T03:59:31.106Z (about 1 year ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-express-socketio-boilerplate
Boiler plate for client side reactjs with express, socketio
-----------
Browse to folder
```
npm install
node server.js
```
To start express server
```
npm start
```
To compile react code
```
watchify -t reactify client/app.js -o public/javascripts/app.js
```
Now browse to `http://localhost:3000` url in the browser