Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/app-generator/flask-bulma-css

Flask App - Styled with Bulma | AppSeed
https://github.com/app-generator/flask-bulma-css

appseed bulma-css flask open-source

Last synced: 2 months ago
JSON representation

Flask App - Styled with Bulma | AppSeed

Awesome Lists containing this project

README

        

# [Flask App Bulma](https://appseed.us/apps/flask-apps/bulmaplay-flask-and-bulma-css)

Open-Source app styled with **Bulma CSS** and coded in **Flask**


![Flask Boilerplate Bulma CSS](https://raw.githubusercontent.com/app-generator/static/master/products/flask-boilerplate-bulma-css-intro.gif)


## Build from sources

1. Clone the repo
```
$ git clone https://github.com/app-generator/flask-bulma-css.git
$ cd flask-bulma-css
```

2. Initialize and activate a virtualenv:
```
$ virtualenv --no-site-packages env
$ source env/bin/activate
```

3. Install the dependencies:
```
$ pip install -r requirements.txt
```

5. Run the development server:
```
$ python app.py
```

6. Navigate to [http://localhost:5000](http://localhost:5000)


## Features

- SQLite database
- Login, Register
- Static Build `python ./static.py`. The static build goes to `app/build` directory
- FTP Deploy script. **Info**: this `require node.js` and the edit of `deploy.js` to add FTP server credentials.


## Support

For issues and features request, use **Github** or access the [support page](https://appseed.us/support) provided by **AppSeed**


## App Screenshots


![Flask Boilerplate - Login](https://github.com/app-generator/flask-bulma-css/blob/master/screenshots/flask-bulma-css-login.jpg)


![Flask Boilerplate - Cards](https://github.com/app-generator/flask-bulma-css/blob/master/screenshots/flask-bulma-css-cards.jpg)


![Flask Boilerplate - Cta](https://github.com/app-generator/flask-bulma-css/blob/master/screenshots/flask-bulma-css-cta.jpg)


## Resources

- [Flask Documentation](http://flask.pocoo.org/docs/)
- [Flask Extensions](http://flask.pocoo.org/extensions/)
- [More Flask Apps](https://appseed.us/apps/flask-apps)
- [Read More about Flask Apps](https://blog.appseed.us/tag/flask)


---
[Flask App Bulma](https://appseed.us/apps/flask-apps/bulmaplay-flask-and-bulma-css) provided by **AppSeed**