Skip to content

DevelopmentOnTheEdge/be5-react

Repository files navigation

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