Install Reactstrap in react JS

Reactstrap is a bootstrap 4 components using in reactjs. first create a new react app using
   yarn create react-app "my_project"

this creates the new react app. Now its ready to add bootstrap and reactstrap in our react created project.
    yarn add boostrap
   yarn add reactstrap react react-dom
m