Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed Jan 19, 2022
1 parent 02092b1 commit 8ad16cf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.0.1] 2021-01-19
### Improvements

- Migrate all UI kit pages to Jinja
- Update Dependencies
- Flask `v2.0.2`

## [1.0.0] 2020-10-29
### Initial Release

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ Open-Source **Flask** starter coded on top of **Material Kit 2** (free version).
- [SCSS compilation](#recompile-css) via **Gulp**
- UI Kit: **Material Kit 2** (Free Version) by **Creative-Tim**
- Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/)
- Deployment scripts: Docker, Gunicorn/Nginx, HEROKU
- `Deployment`: **Docker**, Gunicorn / Nginx, HEROKU
- Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).

<br />

> Links
- [LIVE Demo](https://jinja-material-kit.appseed-srv1.com/) - starter in action
- [Flask Material Kit](https://appseed.us/apps/flask-apps/flask-material-kit) - complete version with database and more features
- 👉 [Flask/Jinja Material Kit](https://appseed.us/apps/flask-apps/flask-material-kit) - product page
- 👉 [Flask/Jinja Material Kit](https://jinja-material-kit.appseed-srv1.com/) - LIVE demo

<br />

## Quick Start in [Docker](https://www.docker.com/)
## Quick Start in `Docker`

> Get the code
Expand All @@ -45,7 +45,7 @@ Visit `http://localhost:85` in your browser. The app should be up & running.

<br />

## Build from sources
## Build from sources

```bash
$ # Clone the sources
Expand Down Expand Up @@ -83,7 +83,7 @@ $ # Access the UI in browser: http://127.0.0.1:5000/

<br />

## Code-base structure
## Code-base structure

The project has a simple structure, represented as bellow:

Expand Down Expand Up @@ -134,7 +134,7 @@ The project has a simple structure, represented as bellow:

<br />

## Recompile CSS
## Recompile CSS

To recompile SCSS files, follow this setup:

Expand Down Expand Up @@ -177,7 +177,7 @@ The generated file is saved in `static/assets/css` directory.

<br />

## Deployment
## Deployment

The project comes with a basic configuration for [Docker](https://www.docker.com/), [HEROKU](https://www.heroku.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/).

Expand Down Expand Up @@ -258,7 +258,7 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.

<br />

## Credits & Links
## Credits & Links

- [Flask Framework](https://www.palletsprojects.com/p/flask/) - The official website

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jinja-material-kit",
"mastertemplate": "boilerplate-code-jinja",
"version": "1.0.0",
"version": "1.0.1",
"description": "Template project - Flask/Jinja2 Theme",
"scripts": {},
"repository": {
Expand Down

0 comments on commit 8ad16cf

Please sign in to comment.