This is my personal website
npx create-react-app frontend
- Choose theme
- download bootstrap.min.css file from website
- place file into frontend/src folder
- import min.css file in index.js file unter React DOM imports:
import "./bootstrap.min.css";
- Style of Website should be changed now!
https://react-bootstrap.github.io/getting-started/introduction
Install React Bootstrap in folder frontend:
npm install react-bootstrap
https://react-bootstrap.github.io/components/navbar/
https://cdnjs.com/libraries/font-awesome
- Copy link tag in public/index.html
- Now icon classes can be used in our components:
<i className=""> </i>
npm install react-router-dom@latest
npm install react-router-bootstrap@latest