Node Moudle React Bootstrap Index Code Example


Example 1: add bootstrap to react


1.run commnad in cmd
npm install bootstrap --save

2.after install add this to index.js
import 'bootstrap/dist/css/bootstrap.min.css';

Example 2: install boostrap react


npm install react-bootstrap bootstrap

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy