Comfy Sloth

  • We need to install extrernal libraries.
npm install @auth0/auth0-react

npm install @stripe/stripe-js

npm install axios

npm install react-icons --save

npm install styled-components

  • Note: We can export every components by using index.js which make neat our code.

Older React Version

"react": "^16.13.1", 
"react-dom": "^16.13.1", 
"react-scripts": "3.4.3"