Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```