1) npm install --save bootstrap@^4.0.0-alpha.6 react-bootstrap@^0.32.1
2) npm install --save reactstrap
3) Add this line to src/index.js:
import 'bootstrap/dist/css/bootstrap.min.css';
4) Call any valid reactjs component in any file you want
For eg: import {Button} from 'reactstrap';