Skip to content

Old Build Tutorial

Ross M edited this page Feb 6, 2019 · 6 revisions

This method requires configuration with XAMPP


Highly Deprecated Method, this method is both Unreliable and Not well supported/documented!

Support ends Oct 31, 2018 Documentation End: Jan 1, 2019

  • NodeJS
  • GIT-BASH

Not linked, due to this being archived

Localhost is the method of setting a Local Host server up on your L.A.N (Local Access Network). Where the device (Preferably, your PC) accesses http://localhost and other devices access http://ipv4here

THAT'S AMAZING! how can it be done?

READ-PLEASE

When you first download these files open main.js and go to line 15/16! Edit this win.loadURL('http://localhost:8080/') and change ('') to your URL/File location!

Ex. win.loadURL('http://localhost:8080/') or win.loadFILE('c:\users\example\Desktop\master\')

To load a URL use win.loadURL

To load a FILE use win.loadFILE

Read about modified builds! Here

Clone this wiki locally