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
- Host: GitHub
- URL: https://github.com/maxmechanic/form-practice
- Owner: maxmechanic
- License: mit
- Created: 2017-11-24T03:27:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T04:00:49.000Z (over 7 years ago)
- Last Synced: 2025-02-04T17:20:49.402Z (4 months ago)
- Language: Clojure
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Randomly generates a set of inputs.

### 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
```