An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/0187883d-95d3-4bbd-b169-5608c2a54e71/deploy-status)](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
```