Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #832: Move example directory to a phonegap template
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Apr 25, 2016
1 parent 4648477 commit 33b7019
Show file tree
Hide file tree
Showing 29 changed files with 9 additions and 1,458 deletions.
10 changes: 9 additions & 1 deletion docs/EXAMPLES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Creating a Project From a Template

If you want to get started with a sample project you can create a new project from the example template.

```
phonegap create my-app --template phonegap-template-push
```

## Quick Example

```javascript
Expand Down Expand Up @@ -29,4 +37,4 @@ push.on('notification', function(data) {
push.on('error', function(e) {
// e.message
});
```
```
Binary file removed example/www/beep.wav
Binary file not shown.
115 changes: 0 additions & 115 deletions example/www/css/index.css

This file was deleted.

16 changes: 0 additions & 16 deletions example/www/css/materialize.min.css

This file was deleted.

Loading

0 comments on commit 33b7019

Please sign in to comment.