Delgada
What is Delgada?
Delgada is a small frontend compiler that enables developers to write vanilla HTML, CSS, and JavaScript with similar ergonomics and composability to a modern frontend framework.
Getting Started
To quickly get up and running you can install the project template to scaffold out a new project.
npx degit delgada-ui/template my-delgada-project
cd my-delgada-project
npm install
npm start
Documentation
Read a high level overview of the current syntax and functionality available in Delgada.