Jin's Blog

Menu

How to apply bootstrap with react

July 06, 2017 | 0 Minute Read

This post is based on my personal experiences. To use the bootstrap with react, apply the following steps.

  1. go to the boot-strap
  2. download latest bootstrap version(currenlty it is v3.3.7)
  3. unzip the downloaded file.
  4. the following files are required for react bootstrap.min.css bootstrap-theme.min.css bootstrap.min.js
  5. create two (css,js)folders within your react folder.
  6. move css files to css folder and js for js folder.

  1. apply following inputs to html file.