Skip to content

Granze/polymer-codelab-messina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymer Codelab Messina

Polymer Codelab Messina

A minimal app based on Polymer Starter Kit Light!

How to get started

Download this zip and open the contained project into the editor of your choice.

Firing up a server using Python

Fire up a local server from inside the app directory.

If you are a Windows user, install Python and from inside the app directory run:

python -m http.server 8080

or on a Mac/*nix machine, run:

python -m SimpleHTTPServer 8080

You can of course also use WAMP or an alternative tool for serving up content.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published