4.0.0 • Published 7 years ago

@kickstarterkits/bootstrapwebsitekickstarter v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Bootstrap Website Kick Starter

Kick-start boilerplate for bootstrap website. 'Bootstrap Website Kick Starter' helps you to build fast, robust, and adaptable web apps or sites.

Built with

Basic structure

A basic Bootstrap Website Kick Starter initially looks something like this:

BootstrapWebsiteKickStarter
├── private
|   ├── vendor
│   └── .htaccess
├── public
|   ├── error_pages
│   |   ├── error_page_401.html
│   |   ├── error_page_403.html
│   |   ├── error_page_404.html
│   |   └── error_page_500.html
|   ├── libraries
│   |   ├── bootstrap
|   │   |   └── 4.0.0
|   │   |      ├── bootstrap.min.css
|   │   |      └── bootstrap.min.js
│   |   ├── jquery
|   │   |   └── 3.2.1
|   │   |      └── jquery.min.js
│   |   └── popper
|   │       └── 1.12.9
|   │          └── popper.min.js
|   ├── static
│   |   ├── images
|   │   |   └── 1.0.0
|   │   |      └── Bootstrap_Kick_Starter_Logo_500x500.png
│   |   ├── javascripts
|   │   |   └── 1.0.0
|   │   |      └── javascript.js
│   |   └── stylesheets
|   │       └── 1.0.0
│   |          ├── media_screen_0_768.css
│   |          ├── media_screen_768_992.css
│   |          ├── media_screen_992_1200.css
│   |          ├── media_screen_1200_x.css
|   │          └── stylesheet.css
|   ├── .htaccess
|   ├── favicon.ico
|   ├── favicon.png
|   ├── index.html
|   └── robots.txt
├── composer.json
├── contributing.md
├── license.md
└── readme.md

Quick start

Several quick start options are available:

  • Download the latest release.
  • Clone the repo: git clone https://github.com/KickStarterKits/BootstrapWebsiteKickStarter.git
  • Install with Composer: composer require kickstarterkits/bootstrapwebsitekickstarter

Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Contributing

Anyone and everyone is welcome to contribute, but before you do, please take a moment to review the guidelines.

Author

Bootstrap Website Kick Starter is a project by IamProgrammerlk.

Copyright and License

Code released under the MIT license - see the license.md file for details.