solid

Make small, simple sites

Usage no npm install needed!

<script type="module">
  import solid from 'https://cdn.skypack.dev/solid';
</script>

README

solid

shape super-small, simple, solid sites.

Installation

$ npm install solid

Usage

Hello world example:

require('solid') ->
  "/" : "<b>Hello world!</b>"

That's it. No, really.

A bit more contrived example can be found here, where you can see everything you can do in solid currently.

Contributors

Abi Raja for the idea and contributions.