Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.15 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.15 KB

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