https://github.com/kaseyhinton/proton-native-apps
https://github.com/kaseyhinton/proton-native-apps
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaseyhinton/proton-native-apps
- Owner: kaseyhinton
- License: mit
- Created: 2018-02-22T06:20:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T07:14:51.000Z (over 7 years ago)
- Last Synced: 2025-04-01T16:17:02.097Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proton-native-apps
### Running An App
```bash
git clone https://github.com/kaseyhinton/proton-native-apps
cd order-a-pizza
npm install
npm start
```