chance-nelson / primacy_demo

Simple demo to demonstrate the capabilities of Electron JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Primacy demo

Instructions to Run

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

# Clone this repository
git clone https://github.com/PathLabs/primacy_demo

# Go into the repository
cd primacy_demo

# Install dependencies
make install

# Run the app
make start

# Clean the node_modules
make clean

About

Simple demo to demonstrate the capabilities of Electron JS.

License:MIT License


Languages

Language:JavaScript 91.4%Language:HTML 4.4%Language:Python 2.5%Language:CSS 1.7%Language:Makefile 0.0%