Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/app-generator/flask-bulma-css
- Owner: app-generator
- Created: 2019-06-04T15:17:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T14:16:48.000Z (over 4 years ago)
- Last Synced: 2024-09-30T01:41:42.970Z (3 months ago)
- Topics: appseed, bulma-css, flask, open-source
- Language: CSS
- Homepage: https://appseed.us/apps/flask-apps/bulmaplay-flask-and-bulma-css
- Size: 6.99 MB
- Stars: 55
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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**