This repository contains a templete to quickly create a web project based on the Rocket framework + Askama with TailwindCSS for writing the frontend.
More content will be added in wikis in the future.
- Clone the repo.
- Under the main folder execute
cargo run
. - Navigate to
localhost:8000
.
The project is divided into 2 main folders: public and src.
- public: Here is all the frontend. Since Askama is being used, is recommended to read the Askama book. TailwindCSS can be used.
- src: Backend code and backend <-> frontend linkage.