5
Q:

install react bootstrap

npm install react-bootstrap bootstrap
8
# with npm
npm install react-bootstrap bootstrap

#with yarn
yarn add react-bootstrap bootstrap
0
1. in terminal
> npm install react-bootstrap bootstra

2. in code
import 'bootstrap/dist/css/bootstrap.min.css';
-1
import 'bootstrap/dist/css/bootstrap.css';// Put any other imports below so that CSS from your// components takes precedence over default styles.Copy
1
npm install --save bootstrapCopy
1

New to Communities?

Join the community