Skip to content
pramode edited this page Jun 23, 2011 · 2 revisions

Run:

play new helloworld

play run helloworld

And, check out http://127.0.0.1:9000

Starting with a blank page

The default play app shows a documentation page - let's change that to a simple "Hello, world"

Modify app/views/Application/index.html -- make it a simple HTML "Hello,world" page. That's all!

Clone this wiki locally