googlearchive / topeka

quiz app
538 stars 189 forks source link

How to run topeka after checking out ? #19

Open VihaanVerma89 opened 9 years ago

VihaanVerma89 commented 9 years ago

Hi, I m a total newbie in web development. Topeka sample app is awesome and I decided to understand how it works but I don't understand how to run it locally. I followed the instruction in the doc

mkdir components cd components git clone https://github.com/Polymer/tools.git cd .. ./components/tools/bin/pull-all.sh #get a copy of all of Polymer

How do I run it locally after all these steps ?

scmsystm commented 9 years ago

You can use python simple http server : python -m SimpleHTTPServer or node http-server