Skip to content
Closed
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and applications on [Google App Engine](http://cloud.google.com/nodejs).
- gcloud-node - [Source code][gcloud_1] | [Documentation][gcloud_2]
- Grunt.js - [Source code][grunt_1] | [App Engine Tutorial][grunt_2] | [Live demo][grunt_3] | [Documentation][grunt_4]
- Mailgun - [Source code][mailgun_1] | [App Engine Tutorial][mailgun_2] | [Documentation][mailgun_3]
- Webpack.js - [Source code][webpack_1] | [App Engine Tutorial][webpack_2] | [Documentation][webpack_3]

## Google Storage

Expand Down Expand Up @@ -128,6 +129,10 @@ See [LICENSE](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/ma
[mailgun_2]: https://cloud.google.com/nodejs/resources/tools/mailgun
[mailgun_3]: http://www.mailgun.com/

[webpack_1]: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/webpack
[webpack_2]: https://cloud.google.com/nodejs/resources/tools/webpack
[webpack_3]: http://webpack.github.io/

[nodejs_1]: https://github.com/GoogleCloudPlatform/nodejs-getting-started
[nodejs_2]: https://cloud.google.com/nodejs/getting-started/hello-world
[nodejs_3]: https://cloud.google.com/nodejs/getting-started/tutorial-app
Expand Down
1 change: 0 additions & 1 deletion appengine/grunt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ deploy this sample app.

You can also view the [live demo][3] and read the [Grunt.js documentation][4].


[1]: http://gruntjs.com/
[2]: https://cloud.google.com/nodejs/resources/tools/grunt
[3]: http://grunt-dot-nodejs-docs-samples.appspot.com
Expand Down
8 changes: 7 additions & 1 deletion appengine/webpack/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Express.js + Webpack on Google App Engine
## Webpack.js + Express.js on Google App Engine

> [Webpack][1] is a module bundler
>
Expand All @@ -7,5 +7,11 @@
This sample application demonstrates how to use [Webpack][1] to bundle frontend
code and then serve it with [Express.js][2] on Google App Engine.

Read the [Webpack.js + Express.js on App Engine Tutorial][3] for how to run and
deploy this sample app.

You can also read the [Webpack.js documentation][4].

[1]: http://webpack.github.io/
[2]: http://expressjs.com/
[3]: https://cloud.google.com/nodejs/resources/tools/webpack