Contacts App

Configuration based on create-react-app

Scripts

Install dependencies using yarn or npm manager:

yarn install

Start development version:

yarn start

Run unit tests:

yarn test

For building a production version use:

yarn build