Here's a quick demo to see how these components fit together:
- Visit this book's git repository (https://github.com/TrainingByPackt/BuildingGoogleCloudPlatformSolutions) and click Open in Cloud Shell.
- In the shell window, go to the Cloud Shell demo directory with cd chapter_02/example_01.
- Install node dependencies with npm install.
- Start the sample app with npm start.
- View the running application in your browser by clicking Web Preview.
- Use the Code Editor to modify static/index.html and refresh the browser to see updates:
After opening the source code for this book via the Open in Cloud Shell button. The Cloud Shell Code ...