Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvalen/clojure-reagent-playground
Clojure reagent playground examples
https://github.com/jvalen/clojure-reagent-playground
Last synced: 16 days ago
JSON representation
Clojure reagent playground examples
- Host: GitHub
- URL: https://github.com/jvalen/clojure-reagent-playground
- Owner: jvalen
- Created: 2016-01-26T19:28:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T19:30:22.000Z (almost 9 years ago)
- Last Synced: 2024-10-07T06:20:58.533Z (about 1 month ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojure reagent playground
This project is based in **hello-clojure**
### Installation
```bash
$ lein new figwheel hello-clojure -- --reagent
```After installation replace the files of this repository in the resultant folder created.
### Launch the program
```bash
$ lein figwheel
```