Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 513 Bytes

Welcome to project.

This repo is for the online assesment given by onePocket company.

Project Setup

  • clone the project on your local

  • Execute npm install from root of the project

  • Once you've executed all the above commands execute the following commands to run the individual tasks.

    • To run Task1 execute npm run task1 from the root of the project.
    • To run Task2 execute npm run task2 from the root of the project.
    • To run Task3 execute npm run task3 from the root of the project.