$ npm install
$ yarn install# development
$ npm run start
$ yarn start
# watch mode
$ npm run start:dev
$ yarn start:dev
# production mode
$ npm run start:prod
$ yarn start:prod$ npm run test
$ yarn test- Author - Gustavo Franco
- Linkedin - @gfrancodev