From f6e8dbc9237932eb6a48cecaa5f2e5acae2268b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Gediz=20Ayd=C4=B1ndo=C4=9Fmu=C5=9F?= Date: Wed, 15 Feb 2023 05:44:07 +0300 Subject: [PATCH] Update README.md Update notes --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e52882..782ebc6 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,22 @@ Following electron tutorial... ## Notes -Run following to start the things up +To simple start the app up ```sh -npm run start +npm run launch ``` -Run the lines below to package the app +To package the app using Electron Forge ```sh npm run make npm run start ``` +To run TypeScript compiler +```sh +npx tsc +``` + # Dependencies TypeScript https://www.typescriptlang.org/