React client UI for be5 server api
npm install be5-react
Or just copy build directory into the webapp of your be5-application.
npm install
npm run build-min
npm run build
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
Test targets:
$ npm test
$ npm run watch
$ npm run coverage
sh build.sh
npm run up