React

Installation

Steps to get started with React,

npx create-react-app project-name
npm install react-router-dom # routing

And one liner for material UI,

npm install @mui/material @emotion/react @emotion/styled

Libs