We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Run:
play new helloworld
play run helloworld
And, check out http://127.0.0.1:9000
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!