Skip to content

schenkd/FlaskCookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskCookie

You want to get started with Flask? You are missing a suitable layout for your project?
Then clone this repository and start right away!

But how?

This project was realized with cookiecutter. A python tool, which allows you to create new projects from templates.
Of course you need cookiecutter on your computer to do this. Install it with pip globally on the computer.

 $ pip install cookiecutter

As far as cookiecutter is installed, you can create a new project by using the github url of this project:

 $ cd <into-the-directory-where-the-new-project-should-be-created>
 $ cookiecutter https://github.com/schenkd/FlaskCookie

Follow the instructions that appear and voilà there you go!