yarn create react-app
npm
yarn add styled-components
yarn add react-router-dom
npm i react-router-dom
yarn add redux react-redux
yarn add react-redux @reduxjs/toolkit
yarn add json-server
yarn json-server --watch db.json --port 3001
yarn add react-icons
yarn add styled-reset
yarn add axios