Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 409 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 409 Bytes

cig-backoffice

Dependencies

NodeJS >= 16.14.0
Yarn >= 1.22.1

Setup

Clone the project.

$ git clone git@github.com:edumoreira1506/cig-backoffice.git
$ cd cig-backoffice

Install all packages.

$ yarn

For run server local.

$ yarn dev

Tests

For run tests.

$ yarn test

Linter

For run eslint.

$ yarn lint