Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 335 Bytes

Web Components v1 Codelab

Run bower i and open the index.html file a browser supporting V1 (Opera or Chrome).

Compile markdown to CodeLab (Mac)

  1. Install go (brew install go)
  2. Make sure your go path is configured
  3. Run: go get github.com/googlecodelabs/tools/claat
  4. Run: ./scripts/compile.sh from the root folder