Skip to content

mizanmahi/react-app-testing

Repository files navigation

React app testing

Simple React-Ts app with tests.

Installation and running the app

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