Skip to content

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

Notifications You must be signed in to change notification settings

doulevo/build-system-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!".

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published