Last active
January 12, 2017 05:52
-
-
Save bells17/ac91f7b3d64742e4e34b to your computer and use it in GitHub Desktop.
Scala + PlayFramework(主にmacで) ref: http://qiita.com/bells17/items/ff5cc81664a2545b85d1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install play |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
play new [プロジェクト名] | |
What is the application name? | |
> [プロジェクト名] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
play | |
[プロジェクト名] $ idea with-sources=yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
play debug | |
[プロジェクト名] $ run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment