Simple React-Ts app with tests.
Clone the repository:
git clone https://github.com/mizanmahi/react-app-testing.git
Navigate to the project directory:
cd project_name
Install dependencies:
yarn install
Start the app:
yarn start
To run the tests:
yarn test