Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerated the kraken app to be a simpler sample. Added links to dep… #18

Merged
merged 1 commit into from
Oct 16, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions appengine/express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
application framework that provides a robust set of features for web and mobile
applications.

You can view the deployed demo app [here](https://express-demo.appspot.com).

### Create a new Express app

View the [Express app generator guide](http://expressjs.com/starter/generator.html).
Expand Down
2 changes: 2 additions & 0 deletions appengine/geddy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> [Geddy](http://geddyjs.org/) is a simple, structured web framework for Node.

You can view the deployed demo app [here](https://geddy-demo.appspot.com).

### Create a new Geddy app

[View the Geddy tutorial](http://geddyjs.org/tutorial).
Expand Down
2 changes: 2 additions & 0 deletions appengine/grunt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> [Grunt](http://gruntjs.com/): The JavaScript Task Runner.

You can view the deployed demo app [here](https://gruntjs-demo.appspot.com).

### Create a new app

[View the Grunt docs](http://gruntjs.com/getting-started).
Expand Down
2 changes: 2 additions & 0 deletions appengine/hapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> [Hapi](http://hapijs.com/) is a rich framework for building applications and services. Hapi enabled developers to focus on writing reusable application logic instead of spending time building infrastructure.

You can view the deployed demo app [here](https://hapi-demo.appspot.com).

### Create a new Hapi app

[View the Hapi docs](http://hapijs.com/).
Expand Down
2 changes: 2 additions & 0 deletions appengine/koa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> [koa](http://koajs.com) is a next generation web framework for node.js

You can view the deployed demo app [here](https://koa-demo.appspot.com).

### Create a new Koa app

[View the Koa docs](http://koajs.com/).
Expand Down
4 changes: 0 additions & 4 deletions appengine/kraken/.bowerrc

This file was deleted.

Loading