https://github.com/mushfiqur-rahman/flask-tailwind
https://github.com/mushfiqur-rahman/flask-tailwind
flask python python3 tailwindcss
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mushfiqur-rahman/flask-tailwind
- Owner: mushfiqur-rahman
- License: mit
- Created: 2023-01-17T08:11:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T08:11:46.000Z (over 3 years ago)
- Last Synced: 2025-02-05T13:41:59.245Z (over 1 year ago)
- Topics: flask, python, python3, tailwindcss
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Tailwind + Flask
### Tutorial at [YouTube](https://youtu.be/y2h_dW_j5cg)
To use this template run the following commands for:
```
git clone https://github.com/mushfiqur-rahman/flask-tailwind.git
```
```
cd flask-tailwind
```
```
py -m venv venv
```
```
venv\Scripts\Activate
```
```
pip install -r requirements.txt
```
```
npm install
```
### IDE:
#### PyCharm
### The file structure
node_modules
app.py
static
css
dist
src
templates
index.html
venv
.gitignore
package.json
package-lock.json
requirements.txt
tailwind.config.js
#### Mobile Responsive:

#### Web View
