Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 603 Bytes

Single view front end prototype

This is a front-end prototype for Single View using React with TypeScript. It uses the lbh-frontend package for the purpose of rapid prototyping of new ideas and workflows for Single View.

Running it locally

Runs on node 16.

  • Install all dependencies by running yarn.
  • Run the application with yarn start.
  • Load http://localhost:3000 in your browser.

Testing

  • You can run the unit tests by running yarn test.

Resources