DEV Community

Cover image for React with Bootstrap 5 Tutorial 2022🔥
Fortune the Dev 🚀❤️
Fortune the Dev 🚀❤️

Posted on

React with Bootstrap 5 Tutorial 2022🔥

The video tutorial is available on youtube right here 👉:Tutorial🖥️

Below is the written step by step guide:
Step 1: Create a React application using the following command:npx create-react-app foldername

Step 2: After creating the ReactJS application, Install the required modules using the following command:npm install react-bootstrap

Step 3: Add the below line in index.js file:bootstrap/dist/css/bootstrap.css';

Yaay🎉💯 now all you need to do is import a component before using it in your app.js page.

Better explained in tutorial😎:YouTube Tutorial

Top comments (0)