Skip to content

Files

Latest commit

13a9901 · Oct 31, 2023

History

History

validated-form

inputs

This project demonstrates forms with validations using Hoplon. Check out the demo.

Dependencies

  • java 1.8+
  • npm

Setup

Run:

```bash
$ npm install
```

Usage

  1. Start the auto-compiler. In a terminal:

    $ npx shadow-cljs watch app
  2. Go to http://localhost:8000 in your browser.