Skip to content

annasychugina/app-exchange

Repository files navigation

Install

$ yarn install

Usage

$ yarn start # http://localhost:3000/

Tests

Use jest & enzyme & @testing-library/react-hooks

yarn test

Check ts

yarn typecheck

Use react-app-rewired because I should patch only webpack config (see config-overrides.js)

(https://github.com/timarney/react-app-rewired)