Written in JavaScript and TypeScript using Angular7+ and Electron
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
.
You will need NPM and Node installed
- Navigate to postybirb
- Install NPM npm i
- Build Angular dist npm run compile | npm run build (AoT)
- Navigate to electron
- Install NPM npm i
- Start electron npm start
- Open command console for debugging ctrl + shift + i
- Navigate to postybirb
- Install NPM npm i
- Build Angular dist npm run prod
- Navigate to electron
- Install NPM npm i
- Start electron npm run eb-{windows|linux|mac}