From 1dabae12fcbbb21f68e739b40d78d92bf919e8c0 Mon Sep 17 00:00:00 2001 From: Tomas Date: Wed, 14 Jan 2015 22:17:32 +0100 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9368fa5 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Roscoe +Dead Simple Prototyping Framework for Java + +Roscoe is intended to be a simple framework to support you at prototypoing your ideas. + +To get started: + +1. Check out the project +2. Start the main method from your IDE +3. Visit `http://localhost:4567/hello` in your favourite browser + +Visit the [Blog Post](https://blog.tlongo.de/roscoe-dead-simple-prototyping-web-framework-for-java/) to get +you kickstarted. + +A extensive guide will be created here soon. Have fun, check out und start hacking! Pull Requests are welcome!