this project was divided into 2 repositories, one for the design system and another for the implementation of the page with the features.
- 💄 [REPO 1] Design system
- [REPO 2] This one, the features
- 🚀 React - JavaScript library for user interfaces
- 💅 styled-components - CSS in JS elegance
- 🛠 Babel - Compiles next-gen JavaScript
- 🃏 Jest - Unit/Snapshot Testing
yarn install
- This install dependencies.yarn start
- This starts Storybook for viewing all the components locally.yarn build
This build project to production.yarn deploy
This send to S3 of AWS.yarn test
This run unit test.