Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 317 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 317 Bytes

Run app in local

Use the command yarn dev from root to start dev server.

Use yarn build && yarn start to build and run the solution locally.

Open http://localhost:3000 with the browser to launch the app.

Required configuration

A version of node higher than LTS 18.9 is needed.