To use Bootstrap in npm, use the following steps to integrate into your project or application with NPM with React Applications.
1. $ npm install bootstrap
2. import in App.js
import "bootstrap/dist/css/bootstrap.min.css"
Done.