Search products by ingredient.
git clone git@github.com:chrisnager/forage.git
yarn
or
npm i
yarn start
or
npm start
Open http://localhost:3000.
yarn test
or
npm test
Note: Normally I would not include both package-lock.json
and yarn.lock
files, but I wanted to ensure this project runs with both npm
and yarn
.