Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 391 Bytes

readme.md

File metadata and controls

36 lines (27 loc) · 391 Bytes

Simple Pico y placa predictor ⛏ 🚗

Instalation

This project was developed using Node v16, npm, TypeScript and jest

npm install

How tos

Run the project

npm run start

Run in dev mode

npm run start:dev

Run test

npm run test

or

npm t

To run the test in watch mode use:

npm run test:watch