/Bootstrap4-Coursera-1

Coursera Course 1- Front End UI Tools using Bootstrap , Specialisation - Full stack development using React

Primary LanguageHTMLMIT LicenseMIT

Bootstrap4-Coursera-1

Coursera Course 1- Front End UI Tools using Bootstrap , Specialisation - Full stack development using React

Install npm and node.js

Click on your operating system to know how to install npm and nodejs :
-Ubuntu
-Windows
-Mac

Install Bootstrap 4

npm install bootstrap

Install dependencies

Clone the repo and change directory to the cloned repo directory in terminal

git clone https://github.com/rtharungowda/Bootstrap4-Coursera-1
cd Bootstrap4-Coursera-1

And then

Run the following command in terminal to install dependencies from

npm install

To run the application on browser run

npm start