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.
- 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.
- Node.js (version 12 or higher)
-
Clone the repository:
git clone https://github.com/shaizCodes/Bootstrap-with-Vite.git cd Bootstrap-with-Vite -
Install the dependencies:
npm install
To start the development server, run:
npm run devThis will open the application in your default browser at http://localhost:8080.
To create a production build, run:
npm run buildThe built files will be output to the dist directory.
This project is licensed under the MIT License. See the LICENSE file for details.
Shahzad