A short video tutorial on how to import Bootstarct into your React App.
Instruction:
1. run this command "npm install react-bootstrap bootstrap" in your React App root directory
2. copy " import 'bootstrap/dist/css/bootstrap.min.css'; "into app.js
3. include "import { Button, Component_A } from 'react-bootstrap'; " into your .js component files
Source: https://react-bootstrap.github.io/get...