A learner project from Clever Programmer
Will recommend watching the tutorial from clever programmer helps build strongs basics of react.js, javascript and front end development. Also teaches hosting on firebase and deploying the website.
All componets are in src file.
-
npx create-react-app my-app
cd my-app
npm start
-
npm install @material-ui/core
yarn add @material-ui/core
npm install @material-ui/icons
yarn add @material-ui/icons