The app uses TypeScript and React. For development, Node v17.x needs to be installed. Installation instructions can be found here.
To install the application, navigate to the root folder and run the following command:
npm ci
To start the app, run the following command in the root folder:
npm start
This command runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also be able to see any lint errors in the console.