Skip to content

Instantly share code, notes, and snippets.

@peterszatmary
Created October 30, 2016 13:09
Show Gist options
  • Save peterszatmary/a47d2c10075637e80829291a010766f2 to your computer and use it in GitHub Desktop.
Save peterszatmary/a47d2c10075637e80829291a010766f2 to your computer and use it in GitHub Desktop.
Notes about how to start with Play framework. Just few first steps.
- For Intelijj Idea install Scala plugin
- ./activator new # creates new application
- go to project folder
- ./activator run ( http://localhost:9000 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment