Skip to content

A starter project using Flask and TailwindCSS. Ready to deploy in Vercel 💻 🔧

License

Notifications You must be signed in to change notification settings

odhyp/flask-tailwindcss-starter

Repository files navigation

Forks Stargazers Issues



Logo

Flask TailwindCSS Starter

A starter project using Flask and TailwindCSS v4.0
Ready to deploy in Vercel 🚀

View Live »

Report Bug · Request Feature

About The Project

Product

This project provides a boilerplate for building modern web applications with Flask and TailwindCSS v4.0. It simplifies the process of setting up a development environment and deploying to platforms like Vercel.

Built With

  • Flask
  • TailwindCSS
  • Vercel

Features:

  • Integration of Flask and TailwindCSS
  • Easy deployment with Vercel
  • Starter templates for rapid development

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository

    git clone https://github.com/odhyp/flask-tailwindcss-starter.git
  2. Navigate to the project directory

    cd flask-tailwindcss-starter
  3. Install Python dependencies

    pip install -r requirements.txt
  4. Install the Node.js dependencies

    npm install
  5. Run the Flask development server

    flask run --debug
  6. In a separate terminal, watch for changes to automatically rebuild TailwindCSS

    npm run dev
  7. When development is complete, build the optimized TailwindCSS files

    npm run build

Roadmap

  • More sample pages!

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit your Changes (git commit -m 'Add some YourFeature')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request

Top contributors:

contrib.rocks image

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements