/the-list

DeepOpinion challenge

Primary LanguageTypeScript

DeepOpinion coding challenge

Check out 👀 the demo.

Running locally

Install dependencies, run the app.

yarn install
yarn start # this opens the app in the default browser

Run tests

yarn test
yarn test --watchAll --coverage # print coverage report

Deploy to github pages

yarn deploy