Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 279 Bytes

TLC Exercise

To install use the traditional

npm install

To run the app in Dev mode:

npm run dev

Open the app at http://localhost:5173/

To run components unit tests

npm run test

e2e tests can be found in the branch "e2e-test"