https://github.com/khoerodin/simplectron
Simple electron application
https://github.com/khoerodin/simplectron
electron electron-app
Last synced: about 2 months ago
JSON representation
Simple electron application
- Host: GitHub
- URL: https://github.com/khoerodin/simplectron
- Owner: khoerodin
- License: cc0-1.0
- Created: 2017-11-02T00:57:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T09:41:19.000Z (over 8 years ago)
- Last Synced: 2025-03-29T11:13:38.759Z (over 1 year ago)
- Topics: electron, electron-app
- Language: CSS
- Size: 654 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simplectron
My Simple Electron Application
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/khoerodin/simplectron.git
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start
```
Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## License
[CC0 1.0 (Public Domain)](LICENSE.md)