All Projects → bluenote10 → nim-electron-karax

bluenote10 / nim-electron-karax

Licence: CC0-1.0 license
A minimal Nim+Karax+Electron application

Programming Languages

nim
578 projects
HTML
75241 projects

nim-electron-karax

An example of how to combine Nim + Karax + Electron. This was based on the nim-electron and the Electron Quick Start Guide.

To Use

To clone and run this repository you'll need Git, Nim and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/bluenote10/nim-electron-karax
# Go into the repository
cd nim-electron-karax
# Install Electron dependencies
npm install
# Compile backend + frontend and run app
npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].