Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shearichard/prog-web-app-ember
Progressive web app using Ember 3.4
https://github.com/shearichard/prog-web-app-ember
Last synced: about 1 month ago
JSON representation
Progressive web app using Ember 3.4
- Host: GitHub
- URL: https://github.com/shearichard/prog-web-app-ember
- Owner: shearichard
- Created: 2018-10-20T06:28:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T03:08:44.000Z (over 6 years ago)
- Last Synced: 2025-01-09T19:30:59.707Z (about 1 month ago)
- Language: JavaScript
- Size: 535 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-pwa
This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.## Deploying to Heroku
Here's a selection of commands used to interact with Heroku.### Deploy latest version
```
git push heroku master
```### Run bash shell on Heroku instance
```
heroku run bash
```### See latest log entries of the Heroku instance
```
heroku logs --tail
```