delgada
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

Delgada logo banner

NPM Version License: MIT

❗️ Warning: This is not production-ready software. ❗️

What is Delgada?

Delgada is a web framework for building slim multipage websites using modern web standards and conventions.

Features include:

  • Ship zero JS by default with static components
  • Islands of interactivity with web components
  • File-system based routing
  • Markdown support out of the box
  • TypeScript support out of the box (coming soon-ish)
  • Scoped CSS support out of the box (coming soon-ish)
  • SSR support out of the box (coming soon-ish)
  • Zero config with common sense defaults

Getting Started

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 run build
npm start

Documentation

Read a high level overview of the current syntax and functionality available in Delgada.

License

MIT

Package Sidebar

Install

npm i delgada

Weekly Downloads

0

Version

0.8.0

License

MIT

Unpacked Size

83.6 kB

Total Files

27

Last publish

Collaborators

  • hawkticehurst