diff --git a/README.md b/README.md index 208351462c..d246d1e273 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/appengine/grunt/README.md b/appengine/grunt/README.md index 4785d5f553..a422b2e1ee 100644 --- a/appengine/grunt/README.md +++ b/appengine/grunt/README.md @@ -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 diff --git a/appengine/webpack/README.md b/appengine/webpack/README.md index fb90d91468..579c67a39f 100644 --- a/appengine/webpack/README.md +++ b/appengine/webpack/README.md @@ -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 > @@ -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