This project is a companion piece for the blog post of the same name.
Before you can build or run this project, ensure that you have the following installed on your system:
- Java Development Kit (JDK) (version 8 or higher)
- sbt (version 1.5.0 or higher)
- Scala (optional, as sbt will manage the Scala version)
-
Clone this repository to your local machine:
git clone https://github.com/brbrown25/blogposts.git cd blogposts
-
Compile the project:
sbt compile
-
Run the project (if it has a main class or entry point):
sbt run
-
Test the project:
sbt test
├── project
├── src
├── main
│ └── scala
│ └── tutorial
└── test
└── scala
└── tutorial