be5-react
v1.1.26
Published
React client UI for be5 server api
Downloads
95
Keywords
Readme
be5-react
React client UI for be5 server api
Install
npm install be5-react
Or just copy build directory into the webapp of your be5-application.
Build
npm install
npm run build-min
npm run build
Development
local-web-server is used for proxy api. (old/not updated)
$ npm run dev //or run you be5-application
$ npm start
serving at http://localhost:8888
Tests
Test targets:
$ npm test
$ npm run watch
$ npm run coverage
Deploy
sh build.sh
npm run up