Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 931 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 931 Bytes

my-survey-helper

An angular-electron + nedb app for maintain useful records in survey

To build for development

  • in a terminal window -> npm start

To build for production

  • Using development variables (environments/index.ts) : npm run electron:dev
  • Using production variables (environments/index.prod.ts) : npm run electron:prod

Your built files are in the /dist folder.

Included Commands

Command Description
npm run start:web Execute the app in the brower
npm run electron:linux Builds your application and creates an app consumable on linux system
npm run electron:windows On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:mac On a MAC OS, builds your application and generates a .app file of your application that can be run on Mac

more on : (https://github.com/maximegris/angular-electron)