Krys4lide/crates/app
2024-08-05 22:33:25 +02:00
..
assets feat: make Nav and Profile menu dynamic 2024-08-05 00:15:28 +02:00
css feat: Setup Tailwind CSS 2024-08-03 15:08:32 +02:00
src feat: make Nav and Profile menu dynamic 2024-08-05 00:15:28 +02:00
templates feat: make Nav and Profile menu dynamic 2024-08-05 00:15:28 +02:00
.gitignore feat: Setup Tailwind CSS 2024-08-03 15:08:32 +02:00
Cargo.toml feat: make Nav and Profile menu dynamic 2024-08-05 00:15:28 +02:00
README.md fixup! feat: Setup Tailwind CSS 2024-08-05 22:33:25 +02:00
tailwind.config.js feat: Setup Tailwind CSS 2024-08-03 15:08:32 +02:00

Pré-requis

Exécution

  • Lancer tailwindcss en mode watch dans un terminal :
./tailwindcss -i css/input.css -o assets/css/style.css --watch
  • Lancer le serveur web dans un autre terminal :
cargo run --bin app