- Build home page for an e-commerce site, by using pure React.
- Mimic this sample: https://instantsearchjs.netlify.app/examples/react/e-commerce/search/
Run below commands:
cp .env.sample .env
yarn install
yarn render-data
yarn start
Then open browser at URL http://localhost:3000 to experience.