DEV Community

Discussion on: Different ways of using Bootstrap 4 in React application

Collapse
 
barzi92367868 profile image
Barzi

There's a mistake in the full article: "After installing bootstrap from terminal, Next step is to import Bootstrap css file in our React Application. Go to src/index.html and add below line."
And then you show a JS import statement. I think you wanted to write index.js, maybe