BobsProgrammingAcademy / landing-page-bootstrap-sass

A landing page built using HTML 5, CSS 3, Bootstrap 5, and Sass.

Home Page:https://www.youtube.com/watch?v=blgXvjfhQ9o

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landing Page

This is a landing page built using HTML 5, CSS 3, Bootstrap 5, and Sass.

plot

Table of Contents

Prerequisites

Install the following prerequisites:

  1. Node.js
  2. Visual Studio Code with two extensions installed: Live Server and Live Sass Compiler.
  • Live Server allows us to launch a local development server that enables a live reload of our project.
  • Live Sass Compiler allows us to compile Sass files to CSS files in real-time. It will watch a Sass file for changes, and then it will automatically compile that Sass file into a CSS file whenever a change is made and saved.

Installation

Install required dependencies

From the root directory, run:

npm install

Run the application

To run the application, start the Live Server by clicking Go Live in the bottom right corner of the status bar in Visual Studio Code. This action will load the website in your default web browser.

plot

View the application

Once the Live Server is up and running, go to http://127.0.0.1:5500/index.html to view the application.

Copyright and License

Copyright © 2023 Bob's Programming Academy. Code released under the MIT license.

About

A landing page built using HTML 5, CSS 3, Bootstrap 5, and Sass.

https://www.youtube.com/watch?v=blgXvjfhQ9o

License:MIT License


Languages

Language:HTML 91.7%Language:SCSS 8.3%