A simple file manager app written in Neutralinojs
How to run the app?
$ neu update
$ neu run
How to make a development build of Angular code (to test my changes)?
$ cd liteman-angular
$ npm run build
How to make a production build of Angular code (to make a new release)?
$ npm run build_prod
How to make binaries for the latest code?
$ neu build
MIT Copyright (c) CodeZri.org