The software developed with ClickGo will run in Windows, Mac OS, Linux.
You can install directly using NPM:
$ npm i clickgo-native --saveNode
import * as native from 'clickgo-native';
class Boot extends native.AbstractBoot {
public main(): void {
this.run('./index.html');
}
}
native.launcher(new Boot());Clone and npm run native.
This library is published under Apache-2.0 license.