Skip to content

shadowlion/example-flask-tailwind-blueprints-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Flask App, using TailwindCSS and Blueprints

Setup

  1. First, install the node modules in the jstoolchain folder:

    cd jstoolchain
    (npm|pnpm|yarn) install
  2. Run the Tailwind toolchain:

    cd jstoolchain
    (npm run|yarn|pnpm) tailwind-(watch|build)
  3. Check out the Makefile to either run the flask app via make or manually:

    make
    
    # or
    
    export FLASK_DEBUG=1 && flask run

This should output a file called output.css in your static folder. This is the file referenced in your index.html file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors