Answers for "install react dependencies"

0

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
Posted by: Guest on September-02-2020

Code answers related to "install react dependencies"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language