CLI Command To Install Bootstrap With Npm In Nodejs Project React Apps


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.