Open-Source app with HTML5Up Phantom design coded in Flask
- Clone the repo
$ git clone https://github.com/app-generator/flask-phantom.git
$ cd flask-phantom
- Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
- Install the dependencies:
$ pip install -r requirements.txt
- Run the development server:
$ python app.py
- Navigate to http://localhost:5000
- SQLite database
- Login, Register
- Static Build
python ./static.py
. The static build goes toapp/build
directory - FTP Deploy script. Info: this
require node.js
and the edit ofdeploy.js
to add FTP server credentials.
For issues and features request, use Github or access the support page provided by AppSeed
Flask Phantom provided by AppSeed