Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 421 Bytes

React Admin UI

Setup

Ensure you have a moderately recent version of Node.js (8.9.1LTS) and Yarn installed. Currently the bundle is not included as this is under active development.

cd js && yarn install && yarn run build:js

Development

The watcher will continuously build the bundle while you are working.

cd js && yarn install && yarn run watch:js