https://github.com/ghivert/proton-sample-apps
Samples Apps to use with Proton.
https://github.com/ghivert/proton-sample-apps
opal ruby ruby-electron
Last synced: about 1 year ago
JSON representation
Samples Apps to use with Proton.
- Host: GitHub
- URL: https://github.com/ghivert/proton-sample-apps
- Owner: ghivert
- License: mit
- Created: 2017-03-14T09:12:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T18:31:18.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T14:47:47.279Z (over 1 year ago)
- Topics: opal, ruby, ruby-electron
- Language: HTML
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proton Sample Apps
Proton Sample Apps provides examples on how to use [Proton](https://github.com/ghivert/proton).
The samples apps are migrated from [electron-sample-apps](https://github.com/hokein/electron-sample-apps).
All samples are test on Electron 1.4.12, and Proton 0.1.0.
# How to run apps ?
1. Install Electron via `npm install -g electron`.
2. Install proton. More informations on [home page](https://github.com/ghivert/proton).
3. Go into proton-sample-apps, and `bundle install`.
4. Inside every folder, just use `proton --start main.rb`.
5. Sometimes, many files are required to be compiled. In this case, use `ruby build.rb` inside every folder.
More informations can be found on [Electron Github Page](https://github.com/electron/electron) and [Electron Home Page](https://electron.atom.io).