Main Source Code File
Assume the main source code file is app.js , use the following template to integrate with Netblen Kernel
import "//netblen.com/boot";
(async function main(){
await load_sys();
// More source code here
// ...
})();
// EOF
Minimal Project
Go to GitLab at the following URL and fork the project:
Run the wizard Bash script in the new project for things to do