emarifer / demo-axum-spa

Full-stack SPA demo using Solidjs, TypeScript, and Tailwindcss. Backend by Rust with Axum.

Home Page:https://axum-spa.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Axum SPA

Full-stack SPA demo using Solidjs, TypeScript, and Tailwindcss. Backend by Rust with Axum.

First, you need to compile the frontend:

$ pnpm build  #(you need to have Nodejs and pnpm (or yarn) installed)

To run the server (in development mode):

$ cargo run # or cargo watch -q -c -w src/ -x run (cargo-watch must be installed on the system)

The page will reload if you make edits (with watch mode) 😀.

To build the project for production and minimize its size:

$ cargo build --release

Runs the app in the development mode.
Open http://localhost:8080/api/healthchecker to view it in the browser.

About

Full-stack SPA demo using Solidjs, TypeScript, and Tailwindcss. Backend by Rust with Axum.

https://axum-spa.onrender.com/

License:MIT License


Languages

Language:TypeScript 55.4%Language:Rust 36.6%Language:HTML 3.5%Language:JavaScript 2.8%Language:CSS 1.7%