Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 440 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 440 Bytes

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"