https://github.com/evgenykochetkov/zip-movers-example
https://github.com/evgenykochetkov/zip-movers-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evgenykochetkov/zip-movers-example
- Owner: evgenykochetkov
- License: mit
- Created: 2016-03-12T16:49:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-12T17:00:01.000Z (about 9 years ago)
- Last Synced: 2025-02-05T08:51:05.525Z (4 months ago)
- Language: Clojure
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zip-movers-example
A small example demonstrating usage of [zip-movers](https://github.com/evgenykochetkov/zip-movers)
### [Live demo](http://evgenykochetkov.github.io/zip-movers-example)
### Running
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 and see the changes refresh live.### Building
```
lein clean
lein with-profile prod cljsbuild once
```