Skip to content

christerjohansson/node-webkit-simple-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Node Webkit | A simple game

A small application on Node Webkit


Introduction

A small application built in JavaScript, html5 and css, wrapped in Node Webkit.

👩‍🏫 How to use this repository

# Clone this repository into your computer with,
git clone [URL]

# Then run following command in the terminal
npm install

# If you want to test the application during developoment, just run:
npm run dev

Production building

When you are finished with the application development, just run npm run prod and the NW will build your application into the BuildDir folder. It currently compiles (transpiles) into Windows 32 & 64-bit, OSX 64-bit, and Linux 32 & 64-bit.