❗️ Note: This repository is deprecated and is no longer being maintained. Delgada itself is still being worked on, but has pivoted in a new direction. This repo will remain for posterity/archival purposes. ❗️
Delgada is a small, Rust-based frontend web compiler that enables developers to write/organize vanilla HTML, CSS, and JavaScript with similar ergonomics and composability to a modern frontend framework.
To quickly get up and running you can install the project template to scaffold out a new website.
npx degit delgada-ui/template my-delgada-project
cd my-delgada-project
npm install
npm start
Read a high level overview of the current syntax and functionality available in Delgada.