README
nodefony-stage
Nodefony-Stage is an Experimental Port of Nodefony Project for client side (Browser).
It is used in the nodefony project for Monitoring management.
Documentation in progress !!
Nodefony-stage use webpack to build :
- WEBPACK Module bundler for assets management of application .
BUILD LIBRARY
$ git clone https://github.com/nodefony/nodefony-stage.git
# BUILD ALL (with nodefony demo)
$ make install
# BUILD library dev and prod
$ npm install
$ make
# BUILD library dev
$ npm install
$ make build-dev
# BUILD library prod
$ npm install
$ make build
# SEE DEMO
$ make demo