https://github.com/ergenekonyigit/spacex-cljs
simple app with clojurescript and re-frame (react)
https://github.com/ergenekonyigit/spacex-cljs
Last synced: about 2 months ago
JSON representation
simple app with clojurescript and re-frame (react)
- Host: GitHub
- URL: https://github.com/ergenekonyigit/spacex-cljs
- Owner: ergenekonyigit
- License: mit
- Created: 2019-03-27T14:43:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T15:48:35.000Z (about 6 years ago)
- Last Synced: 2025-04-18T09:34:28.443Z (about 2 months ago)
- Language: Clojure
- Homepage: https://spacex-cljs.netlify.app/
- Size: 2.96 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/spacex-cljs/deploys)
### 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.### REPL
The project is setup to start nREPL on port `7002` once Figwheel starts.
Once you connect to the nREPL, run `(cljs)` to switch to the ClojureScript REPL.### Building for production
```
lein clean
lein package
```