npm.io
0.8.0 • Published 3 years agoCLI

delgada

Licence
MIT
Version
0.8.0
Deps
2
Size
82 kB
Vulns
0
Weekly
0
Stars
9

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