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

https://github.com/yogthos/semantic-ui-react-example

Example of using semantic-ui-react with shadow-cljs
https://github.com/yogthos/semantic-ui-react-example

Last synced: 9 months ago
JSON representation

Example of using semantic-ui-react with shadow-cljs

Awesome Lists containing this project

README

          

### Development mode
```
npm install
npx shadow-cljs watch app
```
start a ClojureScript REPL
```
npx shadow-cljs browser-repl
```
### Building for production

```
npx shadow-cljs release app
```