/simple-stopwatch

Simple Native Stopwatch using Electron

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Simple Native Stopwatch using Electron

This is a simple native stop watch build with Electron project using https://github.com/electron/electron-quick-start as a starting point.

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/akras14/simple-stopwatch.git
# Go into the repository
cd simple-stopwatch
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Converting PNG to icns

https://iconverticons.com/online/

Bulding the App

npm run build

Resources for Learning Electron

License

CC0 1.0 (Public Domain)