Skip to content

diegoflassa/website-template

Repository files navigation

Project Name

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.

Getting the sample code

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

Before you begin

  1. Download and install the Google Cloud SDK, which includes the gcloud command-line tool.

  2. Create a new Google Cloud Platform project from the Cloud Console or use an existing one.

  3. Initialize the Cloud SDK.

    gcloud init
    

Run Locally

You don't need a valid project ID to run locally, but will need a valid ID to deploy.

  1. Run the application using the tool of your choice.

  2. Visit the application at http://localhost:8080.

Deploying

  1. Use the Cloud Console to create a project ID.

  2. Configure gcloud with your project ID.

    gcloud config set project YOUR-PROJECT-ID
    
  3. Use gcloud to deploy your app.

    gcloud app deploy REPO_NAME/
    
  4. Congratulations! Your application is now live at your-project-id.appspot.com

Contributing changes

Licensing

About

📄 Website template code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages