Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jul 1, 2018
1 parent 05507f4 commit 89f7966
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
@@ -1,6 +1,6 @@
# Bootstrap-Flask

Bootstrap helper for Flask/Jinja2. Based on Flask-Bootstrap, but lighter and better.
Bootstrap 4 helper for Flask/Jinja2. Based on Flask-Bootstrap, but lighter and better.


## Installation
Expand Down Expand Up @@ -58,9 +58,24 @@ correspond path and then call them like any other macro:

*API documentation will coming soon...*

## Run the demo application
```
$ git clone https://github.com/greyli/bootstrap-flask.git
$ pip install flask flask-wtf flask-sqlalchemy bootstrap-flask
$ cd bootstrap-flask/examples
$ flask run
```
Now go to http://localhost:5000.

## Changelog

### 1.0.1

Release date: 2018/7/1

* Fix local resources path error
* Add basic unit tests

### 1.0

Release date: 2018/6/11
Expand Down

0 comments on commit 89f7966

Please sign in to comment.