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