README
Installation
First, install Yeoman and generator-lightweight-flask using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-lightweight-flask
Then generate your new project:
yo lightweight-flask
Once everything is installed, in the root of the project run:
python run.py
Thats it. Now feel free to make changes and create a flask driven website.
License
MIT © Quarke