### Start Development Server
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/README.md
Starts the development server using npm or Yarn. This command typically launches a local server with features like live reloading and hot-swapping via Browsersync, allowing you to preview changes instantly.
```bash
# npm
npm run serve
# yarn
yarn serve
```
--------------------------------
### Install Gulp CLI
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/README.md
Installs the Gulp command-line interface globally. This command is essential for managing build processes and automating development tasks within the project.
```bash
npm install --global gulp-cli
```
--------------------------------
### Install Project Dependencies
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/README.md
Installs all local dependencies listed in the package.json file. It supports both npm and Yarn, with Yarn being the recommended option for dependency management.
```bash
# For npm
npm install --legacy-peer-deps
# For Yarn
yarn
```
--------------------------------
### Input Group Examples
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/forms-input-groups.html
Demonstrates various configurations of Bootstrap's input groups, including basic text addons, URL inputs, price inputs, textareas, and multiple input elements within a single group.
```html
@
@example.com
https://
$.00
With textarea
```
--------------------------------
### Tables Navigation
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/extended-ui-text-divider.html
Outlines navigation to table examples, including basic tables and advanced DataTables. Some advanced features might be marked as 'Pro'.
```HTML
TablesDatatables
```
--------------------------------
### Bootstrap Modals - Fullscreen Example
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/ui-modals.html
Illustrates a Bootstrap modal that displays in fullscreen mode, initiated by a launch button. This modal includes standard input fields for Name, Email, and DOB.
```html
Modal title
```
--------------------------------
### Bootstrap Carousel Example
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/ui-carousel.html
Demonstrates the basic implementation of a Bootstrap carousel component with navigation controls and slide indicators. Includes HTML structure for slides and JavaScript for carousel functionality.
```html
First slide
Eos mutat malis maluisset et, agam ancillae quo te, in vim congue pertinacia.
Second slide
In numquam omittam sea.
Third slide
Lorem ipsum dolor sit amet, virtute consequat ea qui, minim graeco mel no.
```
```javascript
var myCarousel = document.getElementById('carouselExample');
var carousel = new bootstrap.Carousel(myCarousel, {
interval: 2000,
wrap: false
});
```
--------------------------------
### Basic Form Layout Example
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/form-layouts-vertical.html
Demonstrates a basic form layout with standard input fields for Full Name, Company, Email, and Phone Number, along with a message textarea and a submit button.
```html
```
--------------------------------
### Bootstrap Modals - Default Example
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/ui-modals.html
Demonstrates the default Bootstrap modal structure, including a launch button and the modal content with input fields for Name, Email, and DOB, along with Close and Save changes buttons.
```html
Modal title
```
--------------------------------
### Bootstrap Modals - YouTube Video Example
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/ui-modals.html
Shows how to embed a YouTube video within a Bootstrap modal, triggered by a launch button. This example focuses on the modal structure for media playback.
```html
YouTube Video
```
--------------------------------
### Misc & Support Navigation
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/pages-account-settings-connections.html
Links to miscellaneous sections like Support and the main project Documentation.
```html
* [ Misc ]
* [ Support ](https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/issues)
* [ Documentation ](https://demos.themeselection.com/sneat-bootstrap-html-admin-template/documentation/)
```
--------------------------------
### Account Settings Navigation
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/pages-account-settings-connections.html
Links to different account settings pages: Account, Notifications, and Connections.
```html
* [ Account ](pages-account-settings-account.html)
* [ Notifications ](pages-account-settings-notifications.html)
* [ Connections ](javascript:void(0);)
```
--------------------------------
### Run Build Task
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/README.md
Generates a production-ready build of the project. This command compiles and optimizes assets for deployment. The environment can be specified using the --env flag.
```bash
# To generate a build run `npm run build`.
# Run a task with the specified environment (development/production) just execute the task with the --env={environment} option, i.e. `npm run build --env=production`.
```
--------------------------------
### Project Links
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/extended-ui-text-divider.html
Includes essential project-related links such as GitHub issues for support, official documentation, and links to the template's license and author's website.
```HTML
SupportDocumentationLicense
```
--------------------------------
### Bootstrap Button Plugin: Toggle States
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/ui-buttons.html
Demonstrates the use of Bootstrap's JavaScript plugin for creating toggleable buttons. Includes examples for single toggle buttons and checkbox/radio-style toggles.
```HTML
```
--------------------------------
### Split Dropdowns
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/ui-dropdowns.html
Showcases split dropdowns, which feature a dropdown button alongside a separate toggle button. This allows for distinct actions. Examples include color variations for the primary button.
```html
```
--------------------------------
### Useful Links
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/README.md
A curated list of useful links related to Vue, Bootstrap, freebies, and other resources provided by ThemeSelection.
```markdown
## Useful Links 🎁
- [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/)
- [Freebies](https://themeselection.com/item/category/freebies/)
- [Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/)
- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
- [FlyonUI](https://flyonui.com/)
- [JetShip](https://demos.themeselection.com/jetship-laravel-starter-kit/)
```
--------------------------------
### Merged Input Group Example
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/forms-input-groups.html
Illustrates a merged input group where elements are combined without visible spacing, typically used for a cleaner visual presentation of related input fields.
```html
@.00
```
--------------------------------
### User Profile Navigation
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/pages-account-settings-connections.html
Navigation links for user-specific actions like My Profile, Settings, Billing Plan, and Log Out.
```html
* [ My Profile ](#)
* [ Settings ](#)
* [ Billing Plan 4 ](#)
* [ Log Out ](javascript:void(0);)
```
--------------------------------
### Bootstrap Crossfade Carousel Example
Source: https://github.com/themeselection/sneat-bootstrap-html-admin-template-free/blob/main/html/ui-carousel.html
Illustrates a Bootstrap carousel with a crossfade transition effect, suitable for showcasing content with smoother visual changes between slides. Includes HTML structure and JavaScript initialization.
```html
First slide
Eos mutat malis maluisset et, agam ancillae quo te, in vim congue pertinacia.
Second slide
In numquam omittam sea.
Third slide
Lorem ipsum dolor sit amet, virtute consequat ea qui, minim graeco mel no.