Skip to content

stevenaubertin/guid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Guid Generator

alt

Synopsis

Application that generates Guids.

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

The application was design using Materialize.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/stevenaubertin/guid
# Go into the repository
cd guid
# Install dependencies
npm install
npm install -g typescript
# Build the application's scripts (typescript)
tsc
# Run the app
npm start

License MIT