Get started with Modulo

Starting snippet (embedded)

Brand new?

Take the tutorial!

Modulo is brand new in general, so it's probably brand new to you as well! The Modulo tutorial goes through Modulo basics, starting with HTML and CSS (part 1 and 2), and then JavaScript (part 3).

Start the Tutorial »

Starting snippet (library)

When keeping your Components in a separate file (e.g. static/components.html), include with the following:

Learn by example?

Explore the demos »

More ways to get started

Alternative CDNs

Download

Modulo.js (Latest)

Or run the following command:


curl https://unpkg.com/mdu.js -o Modulo.js

NPM (Experimental)

If you prefer developing using npm, or want to try using Modulo to build an SSG-powered website, then get started with the tiny create-modulo scaffolding tool.

  • npm init modulo
    or...
  • npx create-modulo