https://github.com/yogthos/reagent-secretary-example
https://github.com/yogthos/reagent-secretary-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogthos/reagent-secretary-example
- Owner: yogthos
- License: mit
- Created: 2014-08-14T18:54:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T22:34:43.000Z (over 7 years ago)
- Last Synced: 2025-02-25T17:09:40.691Z (11 months ago)
- Language: Clojure
- Size: 23.4 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 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
```