An open API service indexing awesome lists of open source software.

https://github.com/maxmechanic/form-practice

a page of inputs
https://github.com/maxmechanic/form-practice

Last synced: about 2 months ago
JSON representation

a page of inputs

Awesome Lists containing this project

README

        

Randomly generates a set of inputs.

![input-practice](https://user-images.githubusercontent.com/1638576/33194589-dd27c672-d085-11e7-96a0-91e265c6494a.gif)

### Development mode

To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:

```
lein figwheel
```

Figwheel will automatically push cljs changes to the browser.
Once Figwheel starts up, you should be able to open the `public/index.html` page in the browser.

### Building for production

```
lein clean
lein package
```