Skip to content

Simple purchase order app developed with Angular - Electron And Typeorm.

Notifications You must be signed in to change notification settings

mariafrc/purchase-order

Repository files navigation

Simple purchase order app developed with Angular - Electron And Typeorm.

Installation

First install dependencies:

npm install

Update the Typeorm configuration on the main/config/database.ts file.

  • To serve locally renderer and main process:

    npm run ng:serve

    and

    npm run electron:serve
  • To build the app

    npm run build

    It run ng build for the renderer process and tsc for the main process. You can the following command to see the result

    npm run electron
  • The following command will build it with electron-builder for the chosen operating system

    npm run electron:linux
    npm run electron:windows
    npm run electron:mac

About

Simple purchase order app developed with Angular - Electron And Typeorm.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published