- API with axios
- react-router-dom
- styled-components
npx create-react-app (nome)cd (nome)yarn startyarn add axiosyarn add react-router-domyarn add styled-components
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.