Fun experiments with the Fluxxor library with Browserify and a node server
Authors: Gregory T. & Max Lin
- Node/iojs
- any basic server, we recommend
https-server
(npm install -g http-server
)
- run
npm install
- run watch task
npm run build-js
- run
http-server
(the default port is 8080, you can change it using the-p
argument)
- run
npm install
- run build task for development
npm run build-js
- make sure you're not running an http-server
- run
node app.js
on the project root directory (currently set to 7777, you can change it in theconfig.json
file)
for development you can use npm run watch-js
to watch client file changes
Notes:
Please note that we're using ES6 (babel), please refer to this documentation for reference: babel