To run the app:
- Clone this repo into your local machine
- run npm install inside the root directory
- run npm run start to the see the project in the browser
Note:
- The project is only using HTML, CSS and Typescript
- lite-server is used to help Typescript with modules
- To update the code, use the command
npm run build
ornpm run build:watch