Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 469 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 469 Bytes

Kiggyshop Rust and Elm CI

An example of a fully functional, production-ready stack.

The frontend is written in Elm, and the backend in Rust using Actix Web.

It can be run with: cd backend && cargo run And in another process: cd frontend && npm install && npm run dev

We are aiming for a release in Q4 2024.