Releases: DynastyKids/NodeJS-Stocktake
Releases · DynastyKids/NodeJS-Stocktake
0.2.1-alpha
Application can be compiled locally. Require NodeJS 18 or higher
After download as ZIP or using Git, run $ npm install
, when install finished, then start application on developing mode by running $ npm start
To compile into a standalone application, run $ npm run make
and follow by $npm run package
, while first will create a folder contain the application, and 'package' will make a portable installation shield.