Skip to content

Instantly share code, notes, and snippets.

@bambuchaAdm
Created August 21, 2016 19:40
Show Gist options
  • Save bambuchaAdm/14c976f9eb91cc17c366c49b46e543e7 to your computer and use it in GitHub Desktop.
Save bambuchaAdm/14c976f9eb91cc17c366c49b46e543e7 to your computer and use it in GitHub Desktop.
src/
├── main
│   ├── assets
│   │   ├── images
│   │   ├── javascripts
│   │   └── stylesheets
│   │   └── base.css
│   ├── resources
│   │   └── application.conf
│   ├── scala
│   │   └── pl
│   │   └── hskrk
│   │   └── cc
│   │   ├── assets
│   │   │   └── Assets.scala
│   │   ├── HskrkCommandCenter.scala
│   │   ├── Server.scala
│   │   └── TwirlSupport.scala
│   └── views
│   └── index.scala.html
└── test
├── resources
└── scala
└── pl
└── hskrk
└── cc
└── TestServer.scala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment