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
- Host: GitHub
- URL: https://github.com/madvas/cljs-react-semantic-ui-example
- Owner: madvas
- Created: 2017-09-24T05:47:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T05:49:20.000Z (over 7 years ago)
- Last Synced: 2025-02-04T12:24:07.789Z (4 months ago)
- Language: Clojure
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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