Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarkhov/postboot
Web app prototyping library based on Bootstrap framework.
https://github.com/tarkhov/postboot
bootstrap cdn css html javascript jquery js nodejs prototype-library sass
Last synced: about 2 months ago
JSON representation
Web app prototyping library based on Bootstrap framework.
- Host: GitHub
- URL: https://github.com/tarkhov/postboot
- Owner: tarkhov
- License: mit
- Created: 2016-12-11T17:59:41.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T15:47:18.000Z (over 2 years ago)
- Last Synced: 2024-10-14T22:10:09.805Z (2 months ago)
- Topics: bootstrap, cdn, css, html, javascript, jquery, js, nodejs, prototype-library, sass
- Language: Pug
- Homepage: https://tarkhov.github.io/postboot/
- Size: 6.77 MB
- Stars: 37
- Watchers: 4
- Forks: 4
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostBoot :spider_web: :ukraine:
Web app prototyping library based on Bootstrap framework.
### Contents
1. [Compatibility](#compatibility)
1. [Version support](#version-support)
2. [Installation](#installation)
1. [NodeJS](#nodejs)
2. [Manually](#manually)
3. [Usage](#usage)
1. [Local](#local)
2. [CDN](#cdn)
4. [Author](#author)
5. [License](#license)## Compatibility
Library | Version
------- | -------
Bootstrap | >= 4.5.0 and < 5.0PostBoot does **not overwrite** any components of Bootstrap, but only extends most of them. You can use it completely **safe**.
### Version support
Bootstrap | Repo
------- | -------
4.x | [1.x](https://github.com/tarkhov/postboot/tree/1.x)## Installation
### NodeJS
```bash
npm install postboot
```### Manually
[Download](https://github.com/tarkhov/postboot/releases/download/v1.0.2/postboot.zip) package and unpack it or use following commands:
```bash
wget -O https://github.com/tarkhov/postboot/releases/download/v1.0.2/postboot.zip
unzip postboot.zip
```## Usage
### Local
```html
```
### CDN
```html
```
## Author
**Alexander Tarkhov**
* [Facebook](https://www.facebook.com/alex.tarkhov)
* [Twitter](https://twitter.com/alextarkhov)
* [Medium](https://medium.com/@tarkhov)
* [LinkedIn](https://www.linkedin.com/in/tarkhov/)## License
This project is licensed under the **MIT License** - see the `LICENSE` file for details.