architadesai / electron-first-app

My first app using Electron - displays system information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Electron App

My first app using Electron

To Run the App

Write following commands to run this app

# Clone the repository
git clone https://github.com/ArchitaDesai/electron-first-app

# Go into the repository
cd electron-first-app

# Install the dependencies
npm install

# Run the app
npm start

Guide: Traversy Media

About

My first app using Electron - displays system information


Languages

Language:HTML 65.7%Language:JavaScript 34.3%