- ReactJS
- RefluxJS
- WP-API (server plugin and node.js client)
- Gulp + Browserify
Install dependencies with npm.
npm install
npm install browser-sync --save-dev
This project comes with a gulp task to compile less and JS files (using browserify), as well as a watch task to rebundle and update via browser-sync. There is no default task yet, I recommend just demo-ing with 'gulp watch'.
You will need to change (or remove) to the proxy definition for browser-sync in gulp/config.js
To bundle JS and compile LESS:
gulp build
For watch & browser-sync:
gulp watch
- Default gulp task
- Uglify/minify in build task
Much of the Gulp task workflow was created by Dan Tello.
RefluxJS and it's creator Mikael Brassman
WP-API and K.Adam White for the node.js client