A ReactJS dashboard that receives its data via a web socket.
I was wondering what a client server react app backed by nodejs would look like so I started this project and I called it Treadstone.
Head over to the Live Demo to see it in action.
git clone https://github.com/jonboylailam/treadstone.git
cd treadstone
npm install
gulp
browse to http://localhost:3000
gulp bundle
- A word about the theme - Thanks to Rushan for the theme. This theme is not free so if you use it buy it click here
- ract-app-boilerplate - from Christian Alfoni you can find it on github Christian also has a great blog that is worth checking out.