Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 476 Bytes

README.MD

File metadata and controls

19 lines (11 loc) · 476 Bytes

Build system test

This is a prototype that shows how to build a Node.js application into a self-contained executable.

Pre reqs

Have Node.js v12.16.3 installed. Nexe (the bundler) doesn't yet work with Node.js 14.

Use NVM to ensure you have the right version of Node.js installed.

Build the executable

npm run build

The executable is generated to build-system-test.exe in the current directory.

Running the executable should print "Hello world!".