Update README.md

Update notes
main
Nazım Gediz Aydındoğmuş 1 year ago
parent 06c93d00ec
commit f6e8dbc923

@ -2,17 +2,22 @@
Following electron tutorial... Following electron tutorial...
## Notes ## Notes
Run following to start the things up To simple start the app up
```sh ```sh
npm run start npm run launch
``` ```
Run the lines below to package the app To package the app using Electron Forge
```sh ```sh
npm run make npm run make
npm run start npm run start
``` ```
To run TypeScript compiler
```sh
npx tsc
```
# Dependencies # Dependencies
TypeScript https://www.typescriptlang.org/ TypeScript https://www.typescriptlang.org/

Loading…
Cancel
Save