A starter project using Flask and TailwindCSS v4.0
Ready to deploy in Vercel ๐
View Live ยป
Report Bug
·
Request Feature
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.
To get a local copy up and running, follow these steps:
Ensure you have the following installed:
Clone the repository
git clone https://github.com/odhyp/flask-tailwindcss-starter.git
Navigate to the project directory
cd flask-tailwindcss-starter
Install Python dependencies
pip install -r requirements.txt
Install the Node.js dependencies
npm install
Run the Flask development server
flask run --debug
In a separate terminal, watch for changes to automatically rebuild TailwindCSS
npm run dev
When development is complete, build the optimized TailwindCSS files
npm run build
See the open issues for a full list of proposed features (and known issues).
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!
git checkout -b feature/YourFeature
)git commit -m 'Add some YourFeature'
)git push origin feature/YourFeature
)Distributed under the MIT License. See LICENSE
for more information.