Home

Awesome

Rosmaro Snabbdom starter

This repository makes starting a new Rosmaro Snabbdom project easy.


Introduction

It sets up the following packages:

Learning materials

🖥 A screencast: building user interfaces with state machines

Basic commands

Installing the dependencies: npm i

Running tests: npm t

Starting the dev server: npm run start

Generating Rosmaro bindings: rosmaro-bindings:generate

Running the linter: npm run lint

Building the app: npm run build