Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 779 Bytes

PostyBirb

Written in JavaScript and TypeScript using Angular7+ and Electron

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

You will need NPM and Node installed

Development

  1. Navigate to postybirb
  2. Install NPM npm i
  3. Build Angular dist npm run compile | npm run build (AoT)
  4. Navigate to electron
  5. Install NPM npm i
  6. Start electron npm start
  7. Open command console for debugging ctrl + shift + i

Production

  1. Navigate to postybirb
  2. Install NPM npm i
  3. Build Angular dist npm run prod
  4. Navigate to electron
  5. Install NPM npm i
  6. Start electron npm run eb-{windows|linux|mac}