how to add dependency in react js code example
Example: install react dependencies
//Sass framework
npm install node-sass --save
//Router, Route, Link
npm install react-router-dom
//Material UI
npm install @material-ui/core
npm install @material-ui/icons
//Font awesome icons
npm install --save @fortawesome/fontawesome-free
//APIS
npm install axios
//scroll animation
npm install aos --save
//react hook form
npm install react-hook-form