This is a fork of nodegui-starter to build with webpack in a suspicious way.
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/RYOSKATE/nodegui-starter
# Go into the repository
cd nodegui-starter
# Install dependencies
npm install
# Run the app
npm start
# Built the app
npm run build
Get the latest Qode binaries for your environment.
- Download and unzip the latest Qode for windows (
win32-x64.zip
) - Copy the built file (
dist/index.js
) intowin32-x64/
- Create
exec.bat
- Remove unnecessary
.dll
files fromwin32-x64/
- Complete!
# exec.bat
qode ./index.js
e.g. Example of a minimal package
win32-x64/
├index.js (Step 2)
├exec.bat (Step 3)
├qode.exe
├Qt5Core.dll
├Qt5Gui.dll
├Qt5Widgets.dll
└platforms/
└qwindows.dll
If you don't like creating exec.bat
, directly drag and drop index.js
into qode.exe
.
- nodegui.github.io/nodegui - all of NodeGui and React Desktop's documentation
MIT