It is an application engineering project.
Node.js: It requires node.js version 18.x.
Git: It should be installed on the machine.
- Clone the repository and navigate to its path through Command Line.
- Do installations using the following command:
npm install
- Now build the code with the following command:
npm run build
- To execute the test cases of this component run the associated command.
npm run test