Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 348 Bytes

File metadata and controls

15 lines (14 loc) · 348 Bytes

Install React

npm init -y
  • Install webpack
npm i webpack webpack-cli --save-dev
npm i @babel/core babel-loader @babel/preset-env @babel/preset-react --save-dev
 npm i react react-dom
 npm install @material-ui/core
 npm install @babel/plugin-proposal-class-properties
 npm install react-router-dom
 npm install @material-ui/icons