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
Readme
WSS
How to use?
- Run
gulp serveto preview and watch for changes - Run
bower install --save <package>to install frontend dependencies - Run
gulp serve:testto run the tests in the browser - Run
gulpto build the webapp for production - Run
gulp serve:distto 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.
