Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 315 Bytes

react.md

File metadata and controls

21 lines (16 loc) · 315 Bytes
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