Technologies Used: |
---|
Typescript |
Jest |
git clone https://github.com/EduardoNoronha31/job-execution.git
cd job-execution
yarn
npm i
If you need to run the project in development mode, you can execute the dev command with yarn or npm
yarn dev
npm run dev
yarn test
npm run test