Step 1
1. Setup create-react-app
create-react-app2. Download product list as JSON
// App.js
import products from './products.json';Last updated
create-react-app// App.js
import products from './products.json';Last updated