Bootstrap screenshot

Bootstrap

Author Avatar Theme by Bootstrapbrasil
Updated: 7 Feb 2021
129 Stars

Tradução da documentação em Português Brasil do mais popular framework HTML, CSS, e JavaScript para desenvolvimento responsivo e projetos mobile first na web.

Categories

Overview

This product analysis is for Bootstrap, a popular front-end framework for building responsive websites. It provides information on its features, installation methods, documentation, bug reporting, contributing guidelines, and community engagement.

Features

  • Quick start: Various installation options available such as downloading the latest release, cloning the repository, or using package managers like npm, yarn, Composer, and NuGet.
  • Bundled CSS and JS files: Includes compiled CSS and JS, as well as minified versions, with source maps for certain browsers’ developer tools.
  • Documentation: Detailed documentation built with Jekyll and hosted on GitHub Pages, with search powered by Algolia’s DocSearch.
  • Versioning: Previous releases and their documentation are available for download to accommodate different project requirements.
  • Contributing guidelines: Instructions for opening issues, coding standards, and notes on development, including the requirement for relevant unit tests for JavaScript patches.
  • Community engagement: Stay updated on Bootstrap’s development, chat with project maintainers, and interact with the community.

Installation

To install Bootstrap, follow these steps:

  1. Download the latest release from the repository.
  2. Clone the repository using git clone https://github.com/twbs/bootstrap.git.
  3. Install with npm: npm install bootstrap.
  4. Install with yarn: yarn add bootstrap@4.1.3.
  5. Install with Composer: composer require twbs/bootstrap:4.1.3.
  6. Install with NuGet: CSS - Install-Package bootstrap, Sass - Install-Package bootstrap.sass.

Summary

The Bootstrap front-end framework offers a quick start with various installation options and bundled CSS/JS files. Its comprehensive documentation, versioning support for previous releases, clear contributing guidelines, and active community engagement make it a valuable tool for web developers. By following the outlined installation steps, users can easily set up and utilize Bootstrap for their website development needs.