How to apply bootstrap with react
This post is based on my personal experiences. To use the bootstrap with react, apply the following steps.
- go to the boot-strap
- download latest bootstrap version(currenlty it is v3.3.7)
- unzip the downloaded file.
- the following files are required for react bootstrap.min.css bootstrap-theme.min.css bootstrap.min.js
- create two (css,js)folders within your react folder.
- move css files to css folder and js for js folder.
- apply following inputs to html file.