https://github.com/app-generator/flask-phantom
Flask Phantom - Phantom design coded in Flask | AppSeed
https://github.com/app-generator/flask-phantom
appseed flask html5up open-source phantom
Last synced: 3 months ago
JSON representation
Flask Phantom - Phantom design coded in Flask | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/flask-phantom
- Owner: app-generator
- Created: 2019-06-07T05:54:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T05:22:02.000Z (about 6 years ago)
- Last Synced: 2025-11-01T10:14:04.849Z (7 months ago)
- Topics: appseed, flask, html5up, open-source, phantom
- Language: CSS
- Homepage: https://appseed.us/apps/flask-apps/html5up-phantom-coded-in-flask
- Size: 18.4 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Flask Phantom](https://appseed.us/apps/flask-apps/html5up-phantom-coded-in-flask)
Open-Source app with **HTML5Up Phantom** design coded in **Flask**

## Build from sources
1. Clone the repo
```
$ git clone https://github.com/app-generator/flask-phantom.git
$ cd flask-phantom
```
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



## Resources
1. [Flask Documentation](http://flask.pocoo.org/docs/)
2. [Flask Extensions](http://flask.pocoo.org/extensions/)
3. [More Flask Apps](https://appseed.us/apps/flask-apps)
4. [Read More about Flask Apps](https://blog.appseed.us/tag/flask)
---
[Flask Phantom](https://appseed.us/apps/flask-apps/html5up-phantom-coded-in-flask) provided by **AppSeed**