- Atomic Design, Error handling and Tanstack query
- Clone the repository and install the dependencies
npm install
- Start the frontend application locally
npm start
- ... [add other steps here]
yarn start
: Start the app locally in your development environment, by default it will be in http://localhost:3000.yarn test
: Run tests using watch mode.