React application to search over users and view their basic info.
You can run:
yarn install
in order to install dependenciesyarn start
to run app in a development modeyarn build
to build production version of the applicationyarn test
to run unit testsyarn lint
to lint the source code