The desktop(HD) application for Studio based on the following stacks:
Studio-desktop is able to build and release for the following platforms:
Native application
Browser SPA(Single Page Application)
$ npm start // => use dev server api and data, To make a static build, simply. and run in local machine.
or
$ npm run build:dev // => use dev server api and data, To make a static build, simply.
$ npm run dev // => run in local machine
use product server api and data
$ npm run build:prod // => use prod server api and data, To make a static build, simply.
$ npm run prod // => run in local machine
WeFlex Copyright