Project description.
http://appcropolis.com/blog/web-technology/organize-html-css-javascript-files/
See our other Google Cloud Platform github repos for sample applications and scaffolding for other frameworks and use cases.
Get the latest sample code from GitHub using Git or download the repository as a ZIP file. (Download)
git clone https://github.com/GoogleCloudPlatform/REPO_NAME.git
-
Download and install the Google Cloud SDK, which includes the gcloud command-line tool.
-
Create a new Google Cloud Platform project from the Cloud Console or use an existing one.
-
Initialize the Cloud SDK.
gcloud init
You don't need a valid project ID to run locally, but will need a valid ID to deploy.
-
Run the application using the tool of your choice.
-
Visit the application at http://localhost:8080.
-
Use the Cloud Console to create a project ID.
-
Configure gcloud with your project ID.
gcloud config set project YOUR-PROJECT-ID
-
Use gcloud to deploy your app.
gcloud app deploy REPO_NAME/
-
Congratulations! Your application is now live at your-project-id.appspot.com
- See CONTRIBUTING.md
- See LICENSE