An open API service indexing awesome lists of open source software.

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

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:
![image](https://user-images.githubusercontent.com/26889268/201280493-3312f1e7-52d4-4ef9-8b6d-25bd805f2b14.png)

#### Web View
![image](https://user-images.githubusercontent.com/26889268/201280729-b88424ab-ff20-4042-826c-20f607ebf2c3.png)