Skip to content

shaizCodes/Bootstrap-with-Vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap with Vite

This project is a basic template for using Bootstrap 5.3.8 bundled with Vite. It serves as an entry point for Bootstrap projects, providing a simple setup to get started quickly.

Features

  • Bootstrap 5.3.8 for responsive design and components.
  • Bootstrap Icons 1.13.1 for icon support.
  • Vite for fast development and build processes.
  • SCSS support for styling.

Getting Started

Prerequisites

  • Node.js (version 12 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/shaizCodes/Bootstrap-with-Vite.git
    cd Bootstrap-with-Vite
    
  2. Install the dependencies:

    npm install

Development

To start the development server, run:

npm run dev

This will open the application in your default browser at http://localhost:8080.

Build

To create a production build, run:

npm run build

The built files will be output to the dist directory.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Shahzad

Acknowledgments