Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 616 Bytes

Python Web App Cookiecutter

Quickly set up a local development environment for python web application development.

This repo uses Cookiecutter to create new projects from a template.

Quickstart

  1. Install cookiecutter

     pip3 install --user cookiecutter
    
  2. Navigate to where you want your new project to be

  3. Create a the new project from the cookiecutter, and follow the prompts.

     cookiecutter https://github.com/LucasRxTx/python-web-app-cookiecutter.git
    
  4. Navigate to the new project directory.

  5. Push the new code to a shinny new repo