Skip to content
Brenton Ashworth edited this page Jun 24, 2013 · 39 revisions

Pedestal Application Tutorial

This tutorial will explain every concept in the Pedestal application library while walking you through the process of building an application. The application which we build during the tutorial is very simple but was chosen because it allows us to cover most of Pedestal without getting wrapped up in the details of the application.

Going through this tutorial will not only explain each part of Pedestal and how they fit together, it will show you how solve problems with Pedestal, how to customize the tools, and how to design Pedestal applications.

Each section of the tutorial will describe a few key concepts of Pedestal while making a small improvement to the application.

Part 1

Build a very simple application while learning the basics of Pedestal.

Part 2

Transform the application created in Part 1 into a fun interactive game while learning advanced Pedestal concepts.

Other Topics

Future Tutorials

  • Starting from scratch - show how to get started without using the generated files
  • Using Pedestal with lein-cljs-build

Clone this wiki locally