Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

EventLogExpert

A Windows Event Log viewer for IT professionals and power users.

Build status

Build Status

Dependencies

Contributing

Prerequisites

  1. Install Angular Cli 7+:

    npm install -g @angular/cli

  2. Install Node.js Version 10+

  3. Install the Dotnet Core 2.1 SDK:

    https://www.microsoft.com/net/download/windows

  4. Install the .NET 4.7.2 Developer Pack:

    https://dotnet.microsoft.com/download/dotnet-framework/net472

Building and Testing

  1. Change into the Electron Folder run:

    npm install

  2. When that finishes you should be able to run:

    npm start

    This step will build the dotnet DLL, copy it into the Electron folder, and start the Electron app.

You can’t perform that action at this time.