npm.io
1.1.31 • Published 10 months ago

be5-react

Licence
Version
1.1.31
Deps
24
Size
839 kB
Vulns
1
Weekly
0
Stars
3

be5-react

NPM Version Build Status dependencies Status Coverage Status

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