/rosmaro-example-wizard

An example wizard implemented using Rosmaro.

Primary LanguageJavaScriptMIT LicenseMIT

Example wizard implemented using Rosmaro

This repository contains the whole application described in the blog post State machines to the rescue of complex forms together with all the notes I took when designing the wizard.

The code is based on Rosmaro which is documented at rosmaro.js.org. It makes use of the simple-server-side-rosmaro-forms library. For more information on Rosmaro please check out the Rosmaro elsewhere chapter of its documentation.

In order to run the app, clone this repository and type the following commands:

$ npm install
$ npm start

Then, load http://localhost:3000/ in a browser.