Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 442 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 442 Bytes

Litestar example with Tailwind and Daisy UI

To install:

  • poetry install or
  • pip install -r requirements.txt and
  • npm install

To run:

  • litestar run --reload ** this will start the Litestar app on your local with hot reload
  • npx tailwindcss -i ./src/static/css/input.css -o ./src/static/css/styles.css --watch ** this will generate new CSS on-the-fly
  • Open this in your browser: http://127.0.0.1:8000