RPG-Alex / rust-micro-cms

An attempt to tie together serverside logic, database logic, and client view all with Rust under the hood.
MIT License
3 stars 1 forks source link

Frontend Creation #3

Closed RPG-Alex closed 5 months ago

RPG-Alex commented 5 months ago

Currently the frontend is lacking all key functionality.

Suggested tools (in order of preference):

  1. Yew + Axum
  2. Tera + Axum
  3. Handebars + Axum
RPG-Alex commented 5 months ago

A basic frontend has been made with Yew and some sample styling has been completed.