Skip to content

Instantly share code, notes, and snippets.

@bells17
Last active January 12, 2017 05:52
Show Gist options
  • Save bells17/ac91f7b3d64742e4e34b to your computer and use it in GitHub Desktop.
Save bells17/ac91f7b3d64742e4e34b to your computer and use it in GitHub Desktop.
Scala + PlayFramework(主にmacで) ref: http://qiita.com/bells17/items/ff5cc81664a2545b85d1
brew install play
play new [プロジェクト名]
What is the application name?
> [プロジェクト名]
play
[プロジェクト名] $ idea with-sources=yes
play debug
[プロジェクト名] $ run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment