Portfolio calculator based on risk and monthly income.
- nanoid A tiny, secure, URL-friendly, unique string ID generator for JavaScript.;
- styled-components;
- volta JavaScript tool manager;
- Eslint, commitlint, prettier and husky
You should have the following dependencies installed already:
If you using nvm instead volta run:
$ nvm use
To lunch the app locally:
$ yarn
$ yarn start
The browser should open automatically. I it not happens, open http://localhost:3000 to view it in the browser.
To test the app run:
$ yarn run test
For test badges generating:
$ yarn run test:badges
For dependencies badges updating:
$ yarn run dep:badges