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 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