Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 402 Bytes

How to use

Please ensure that you run the npm run prettier:check and npm run prettier to write best code quality before push the code.

Set up the project

npm install

Running the project

npm run start

Testing the project

npm run test

Running ESLint

npm run lint

Running code format check

npm run prettier:check

Formating your code

npm run prettier