This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Reviews the code and shows the parts(if exists) that are violating the linter rules
Search throughout the code un-formatted files or files that are not following prettier config rules
Formats the files throughout the code with prettier rules. with this command it is not necessary to install prettier extension.
Runs check format, lint and build at the same time