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

https://github.com/madvas/cljs-react-semantic-ui-example


https://github.com/madvas/cljs-react-semantic-ui-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# cljs-react-semantic-ui-example

Testing app to compile [React-Semantic-UI](https://react.semantic-ui.com/) with `:npm-deps`

First run, so it installs npn dependencies:
```
lein cljsbuild once
```
To start figwheel, go to `dev/user.clj`
```clojure
(start-ui!)
```
Open [http://localhost:7459/](http://localhost:7459/)

Go to `views.cljs` to see comments about what's wrong