A basic React app explaining about creating functional components, use of useState
hook and props.
- yarn or npm
- Download or Clone the Repository.
- Run
yarn install
ornpm install
to install the project dependencies. - Run
yarn start
ornpm start
to start the app. - App can be seen at:
localhost:3000
This project was bootstrapped with Create React App.