You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`dotnet publish LogViewer.Server --runtime osx-x64 --output bin/dist/osx --configuration release -p:PublishSingleFile=true` generates a self contained application for our WebAPI
33
-
-`dotnet publish LogViewer.Server --runtime win-x64 --output bin/dist/win --configuration release -p:PublishSingleFile=true` same but creates the Windows version
32
+
-`dotnet publish LogViewer.Server --runtime osx-x64 --output LogViewer.Server/bin/dist/osx --configuration release -p:PublishSingleFile=true` generates a self contained application for our WebAPI
33
+
-`dotnet publish LogViewer.Server --runtime win-x64 --output LogViewer.Server/bin/dist/win --configuration release -p:PublishSingleFile=true` same but creates the Windows version
34
34
- Change terminal directory to `LogViewer.Client` folder
35
35
- Install TypeScript if missing `npm install -g typescript`
36
36
-`npm install`
37
37
-`tsc --watch` This will compile the TypeScript files & continue to watch them
38
+
- If you receive an error about `Command 'tsc' not found`, run `npm install typescript -g`, close the terminal and open a new one.
38
39
- Open a new terminal in `LogViewer.Client`
39
40
-`npm run start` Will run the Electron app for development with Chrome DevTools open/launched
0 commit comments