/forage

Search products by ingredient.

Primary LanguageTypeScript

Forage

Search products by ingredient.

Get started

Clone the project

git clone git@github.com:chrisnager/forage.git

Install dependencies

yarn

or

npm i

Run the app

yarn start

or

npm start

Open http://localhost:3000.

Run tests

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.