https://github.com/yogthos/reagent-talk
example for the Reagent lightning talk
https://github.com/yogthos/reagent-talk
Last synced: 3 months ago
JSON representation
example for the Reagent lightning talk
- Host: GitHub
- URL: https://github.com/yogthos/reagent-talk
- Owner: yogthos
- License: mit
- Created: 2018-08-06T17:42:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T03:22:39.000Z (over 7 years ago)
- Last Synced: 2024-10-29T08:21:56.830Z (about 1 year ago)
- Language: Clojure
- Size: 224 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- 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
```