Giter VIP home page Giter VIP logo

growsdk-sample-yt-fanfinder's Introduction

growsdk-sample-yt-fanfinder

This is a sample project sample that illustrates how one could recreate the YouTube Fan Finder web site (http://www.youtube.com/yt/fanfinder/) in the Grow SDK.

For full documentation on Grow, visit: http://growsdk.org

Here's a quick codelab that shows off some of the capabilities of Grow SDK:

# Downloads the pod from GitHub to a directory "yt-fanfinder".
grow init https://github.com/jeremydw/growsdk-sample-yt-fanfinder.git yt-fanfinder

cd yt-fanfinder

# Creates machine translations for three locales (ar, de, ja).
grow machine_translate --locale=ar --locale=de --locale=ja .

# Start the development server (default port is 8080).
grow run .

# Now visit http://localhost:8080/yt/fanfinder/ to see your pod.
# Use Ctrl+C to shut down the server.

# Deploys the site to a directory "yt-fanfinder-build" (configured in podspec.yaml).
grow deploy .

Once you've run through the commands, you can play with the configs in the /content/ folder and the /podspec.yaml file. Note that this is just a simple one-page site, and it does not illustrate the capabilities of the Sass or Closure preprocessor.

It does, however, come with translations and shows off how to build a multilingual language select menu automatically.

This pod was derived from HTML available at http://www.youtube.com/yt/fanfinder/ and produces a site that links to files hosted on on youtube.com. If the files disappear, this site will not function properly.

growsdk-sample-yt-fanfinder's People

Contributors

jeremydw avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.