/nim-electron-karax

A minimal Nim+Karax+Electron application

Primary LanguageNimCreative Commons Zero v1.0 UniversalCC0-1.0

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