Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benadamstyles/kindling
https://github.com/benadamstyles/kindling
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benadamstyles/kindling
- Owner: benadamstyles
- License: epl-1.0
- Created: 2015-07-21T18:34:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T21:02:59.000Z (over 9 years ago)
- Last Synced: 2024-12-12T01:38:52.390Z (11 days ago)
- Language: Clojure
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Development
To run the Figwheel development server, run:
```sh
lein do clean, run
```The application will now be available at http://localhost:3000.
To start the Figwheel compiler, run the following command in a separate terminal:
```sh
lein figwheel
```Figwheel will automatically push cljs changes to the browser.
If you're only doing client-side development then it's sufficient to simply run the Figwheel compiler and then browse to http://localhost:3449 once it starts up.
### Working files
The main file we want to work on is `src/cljs/kindling/core.cljs` (and maybe `src/clj/kindling/handler.clj`).