Instructions to run the application
Install Libraries and Dependencies Navigate into the root project directory and run the following command. This will install all libraries and dependencies.
npm install
Run the Project Now you can start the TypeScript compiler in watch mode and run lite-server with automatic refreshing.
npm start