BootstrapVibe is a starter project that combines Vite, Bootstrap 5, and Sass to provide a modern and efficient development environment for building stylish web applications.
- Vite: Vite is used as the build tool, providing fast development and optimized production builds.
- Bootstrap 5: The latest version of Bootstrap is included, offering a wide range of UI components and utilities for building responsive layouts.
- Sass: Sass is used as the CSS preprocessor, allowing for easier styling and organization of stylesheets.
To get started with BootstrapVibe, follow these steps:
-
Clone this repository to your local machine:
-
Navigate to the project directory:
-
Install dependencies:
-
Start the development server: This will start the Vite development server and open your default browser to preview the project. Changes you make to the source files will be automatically reflected in the browser.
-
Begin developing your project by editing the source files in the
src
directory. Customize the stylesheets using Sass and utilize Bootstrap components to build your UI.
npm start
: Starts the development server.npm run build
: Builds the project for production.
This project is licensed under the ISC License. See the LICENSE file for details.