Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.0

PostBoot 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.