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

https://github.com/ahonn/shadow-electron-starter

ClojureScript + Shadow-cljs + Electron + Reagent
https://github.com/ahonn/shadow-electron-starter

clojurescript reagent shadow-cljs

Last synced: 5 months ago
JSON representation

ClojureScript + Shadow-cljs + Electron + Reagent

Awesome Lists containing this project

README

        

# shadow-electron-starter
ClojureScript + Shadow-cljs + Electron + Reagent

## How to Run
```
npm install

npm run dev
npx electron .
```

## Release
```
npm run build
npx electron-packager . HelloWorld --platform=darwin --arch=x64
```