Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 598 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 598 Bytes

Application Engineering Repository

It is an application engineering project.

Prerequisite:

Node.js: It requires node.js version 18.x.

Git: It should be installed on the machine.

Build and test the Code

  1. Clone the repository and navigate to its path through Command Line.
  2. Do installations using the following command:
    npm install
    
  3. Now build the code with the following command:
    npm run build
    
  4. To execute the test cases of this component run the associated command.
    npm run test