Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 236 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 236 Bytes

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