This project is using Create React App.
Preview: https://nifty-franklin-6900fd.netlify.app
Make sure you have installed:
Clone repo
git clone https://github.com/TingHaooo/algoliasearch-demo.git && cd algoliasearch-demo
Install package
yarn
Create env file
cp .env.example .env
Run project
yarn start
Run test
yarn test