Skip to content
Permalink
Browse files
initial commit
  • Loading branch information
aa7401 committed Nov 22, 2020
0 parents commit 17f98b31e7cdea85dbb26dde3e2e27927f2af98d
Show file tree
Hide file tree
Showing 29 changed files with 825 additions and 0 deletions.
@@ -0,0 +1,17 @@
{
"name": "Progressive Web App Template",
"children": [
{
"title": "Progressive Web App Template",
"id": "1ec2c0d2-f676-c535-aa04-10b95b9272d6",
"pageId": "1ec2c0d2-f676-c535-aa04-10b95b9272d6",
"type": "page"
},
{
"title": "Page 2",
"id": "00798083-5d70-f87e-6c4a-5b427dd3ab91",
"pageId": "00798083-5d70-f87e-6c4a-5b427dd3ab91",
"type": "page"
}
]
}
@@ -0,0 +1 @@
# Sample content Page 2
@@ -0,0 +1,25 @@
This code provides a working template for the development of modern Progressive Web App that needs to be connected to a running instance of the **Rest API Template**.

It only runs on Codio boxes.

To install, run the following command from inside the Codio box:

```
$ curl -sL https://bit.ly/XXXXXXX | sudo -E bash -
```

> Note this will delete ALL the existing content from your Codio Box.
The server will start when you open the terminal. If you need to start the server manually, run the following command:

```shell
$ http-server
Starting up http-server, serving ./
Available on:
http://127.0.0.1:8080
http://10.177.160.215:8080
Hit CTRL-C to stop the server
```

Click on the **Project Index (static)** to open the page.

@@ -0,0 +1,40 @@
{
"sections": [
{
"id": "1ec2c0d2-f676-c535-aa04-10b95b9272d6",
"title": "Progressive Web App Template",
"files": [],
"path": [],
"type": "markdown",
"content-file": ".guides/content/Progressive-Web-App-Template-1ec2.md",
"chapter": false,
"reset": [],
"teacherOnly": false,
"learningObjectives": ""
},
{
"id": "00798083-5d70-f87e-6c4a-5b427dd3ab91",
"title": "Page 2",
"files": [],
"path": [],
"type": "markdown",
"content-file": ".guides/content/Page-2-0079.md",
"chapter": false,
"reset": [],
"teacherOnly": false,
"learningObjectives": ""
}
],
"theme": "light",
"scripts": [],
"lexikonTopic": "",
"suppressPageNumbering": false,
"useSubmitButtons": true,
"useMarkAsComplete": true,
"hideMenu": false,
"allowGuideClose": false,
"collapsedOnStart": false,
"hideSectionsToggle": false,
"hideBackToDashboard": false,
"protectLayout": false
}
@@ -0,0 +1,67 @@
[editor]
tab_size = 2
; enter your editor preferences here...

[ide]
; enter your ide preferences here...

[code-beautifier]
; enter your code-beautifier preferences here...

[codio-filetree]
; enter your codio-filetree preferences here...

[view-javascript-code]
; enter your view-javascript-code preferences here...

[codio-lsp]
; enter your codio-lsp preferences here...

[junit]
; enter your junit preferences here...

[git]
; enter your git preferences here...

[terminal]
; enter your terminal preferences here...

[preview]
; enter your preview preferences here...

[emmet]
; enter your emmet preferences here...

[search]
; enter your search preferences here...

[guides]
; enter your guides preferences here...

[settings]
; enter your settings preferences here...

[account]
; enter your account preferences here...

[project]
; enter your project preferences here...

[install-software]
; enter your install-software preferences here...

[deployment]
; enter your deployment preferences here...

[container]
; enter your container preferences here...

[sync-structure]
; enter your sync-structure preferences here...

[education]
; enter your education preferences here...

[Codio Lexikon]
; enter your Codio Lexikon preferences here...

@@ -0,0 +1,27 @@

# Progressive Web App Template

This code provides a working template for the development of modern Progressive Web App that needs to be connected to a running instance of the **Rest API Template**.

It only runs on Codio boxes.

To install, run the following command from inside the Codio box:

```
$ curl -sL https://bit.ly/XXXXXXX | sudo -E bash -
```

> Note this will delete ALL the existing content from your Codio Box.
The server will start when you open the terminal. If you need to start the server manually, run the following command:

```shell
$ http-server
Starting up http-server, serving ./
Available on:
http://127.0.0.1:8080
http://10.177.160.215:8080
Hit CTRL-C to stop the server
```

Click on the **Project Index (static)** to open the page.

0 comments on commit 17f98b3

Please sign in to comment.