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.
Runs on node 16.
- Install all dependencies by running
yarn
. - Run the application with
yarn start
. - Load
http://localhost:3000
in your browser.
- You can run the unit tests by running
yarn test
.