brew install yarn
npm install -g create-react-appLet's create the app, confusion:
create-react-app confusion
cd confusion/
yarn startIf a browser window doesn't open, browse to http://localhost:3000/.
Add bootstrap:
yarn add bootstrap
yarn add reactstrap react-popper