https://github.com/silverbirder/rss_reader
https://github.com/silverbirder/rss_reader
android electron expo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/silverbirder/rss_reader
- Owner: silverbirder
- License: mit
- Created: 2019-01-06T10:22:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:08:49.000Z (over 2 years ago)
- Last Synced: 2025-01-21T09:30:02.287Z (over 1 year ago)
- Topics: android, electron, expo
- Language: JavaScript
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# prepare
```
npm install
```
# ios with xcode
```
npm run ios
```
# android with ???
```
npm run android
```
# ios/android with EXPO.io
```
npm start
```
# web
```
npm run web
```
# electron
```
npm run electron
```
# electron → .exe
```
npm run pack:win
```
# electron → .app
```
npm run pack:mac
```
# deploy web → heroku
```
heroku login
heroku git:remote -a rss-reader-dev
git push heroku master
# ↓
# Procfile → npm run web
```
# web link
https://rss-reader-dev.herokuapp.com
# expo link
https://expo.io/@silverbirder/my-app