- What REST APIs Are and How to Design One video, notebook
- How to Make an API for a Python ML Project video, notebook
- How to deploy your API (Heroku or Google Cloud) video, notebook
npx create-react-app myapp # Create React app
cd myapp # Get inside
npm install @material-ui/core # Install material design
npm install @material-ui/icons # Install material design icons
npm install @material-ui/lab # Install material extra features
npm start # Start app