wfp-wss-ui-react
v0.0.1
Published
## How to use? - Run `gulp serve` to preview and watch for changes - Run `bower install --save <package>` to install frontend dependencies - Run `gulp serve:test` to run the tests in the browser - Run `gulp` to build the webapp for production - Run `gulp
Downloads
3
Readme
WSS
How to use?
- Run
gulp serve
to preview and watch for changes - Run
bower install --save <package>
to install frontend dependencies - Run
gulp serve:test
to run the tests in the browser - Run
gulp
to build the webapp for production - Run
gulp serve:dist
to preview the production build
Library development
- Run
npm run build
- Run
sudo npm link
- Run
cd demo && npm link wfp-wss-ui-react && npm run build
- Run
python manage.py runserver
Documentation
WFP UI documentation can be found here: UI-DOC.