npm install bootstrap --save
APP.js
import 'bootstrap/dist/css/bootstrap.min.css' function App(){ return( <div className = "App container-fluid"> </div> ); }
Last updated 4 years ago
Was this helpful?