Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 369 Bytes

ecocloud Workspace UI

Requirements

  • Node v8.11.1 (not currently compatible with Node >10)
  • Yarn (NPM can also be used, but Yarn is used for this documentation)

Development deployment

Clone workspace_ui repo

yarn install
yarn start

Visit http://localhost:5000/ to confirm working app

To Test

yarn test