NodeJS >= 16.14.0
Yarn >= 1.22.1
Clone the project.
$ git clone [email protected]:edumoreira1506/cig-marketplace.git
$ cd cig-marketplace
Install all packages.
$ yarn
For run server local.
$ yarn dev
For run tests.
$ yarn test
For run eslint.
$ yarn lint