2. create a new folder, eg. "my-play-project"
3. open command prompt, and navigate to the newly create folder
4. in the command prompt, type "sbt new playframework/play-java-seed.g8"
a) enter project name
b) enter organization
c) enter scala version
d) enter play version
e) enter sbt version
5. Review the generated files
8. in command prompt, navigate to new project path.
9. type "sbt run"
10. in browser, type "http://localhost:9000/"
Done!!
No comments:
Post a Comment