Displays a summary of the fx rates of the Mexican peso against other currencies
- Node.js 16.14.2
- Npm 8.5.0
- Git
- Typescript
For dependencies use:
$ sudo npm install
For install git hooks into git repository
npm run prepare
For develop cycle use:
$ npm run dev
Linters & Formatters
Find lint issues
$ npm run lint
Lint fix issues
$ npm run lint:fix
Format Code
$ npm run format
$ npm run build && npm run preview