Coder Social home page Coder Social logo

gchq-1's Introduction

Electron & ClojureScript

This repository contains an Electron app written in ClojureScript. In contrast to other examples out there this one uses ClojureScript for both parts of the Electron app: the main process and the renderer.

Development

For development you can start the compiler with boot watch dev-build. This will incrementally compile ClojureScript sources, push changes to your running Electron app and provide a REPL connection (docs)into the app.

You can start the electron process using electron-prebuilt or using a downloaded Electron.app package:

electron target/                          # Do not omit the trailing '/' 

The build.boot file is annotated so you can exactly understand what's happening. When you make changes to the main process (the app.main namespace) you will need to restart the application. Probably automatic reloading could be added here too but changes are the main process are not as frequent so I didn't bother too much.

Packaging the app

The easiest way to package an electron app is by using electron-packager:

electron-packager target/ MyApp --platform=darwin --arch=x64 --version=0.31.2

gchq-1's People

Contributors

martinklepsch avatar trancaruas avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.