bluenote10 / nim-electron-karax

A minimal Nim+Karax+Electron application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A minimal Nim+Karax+Electron application

License:Creative Commons Zero v1.0 Universal


Languages

Language:Nim 87.4%Language:HTML 12.6%