• Stars
    star
    181
  • Rank 211,272 (Top 5 %)
  • Language
    Clojure
  • Created about 5 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A series of tutorials on creating a full-stack app with Clojure and Clojurescript

From an Idea to a working Prototype using Clojure and Clojurescript.

Introduction

This series of tutorials is supposed to show you how to turn your ideas into working prototypes and create a fullstack application using Clojure and Clojurescript. We will go through all the steps: wireframing, back-end and front-end development, testing and deployment. These tutorials assume that you have some prior programming experience and have some familiarity with Clojure or any other LISP-like language. If something like that expression (+ 1 1) looks intimidating to you I'd suggest starting from a great book for beginners Clojure for the Brave and True.

Table of contents

Chapter-1: The app idea

Chapter-2: Choosing the stack

Chapter-3: Environment set up

Chapter-4: Data modeling

Chapter-5: Registration and authentication

Chapter-6: Working on UI

Chapter-7: Going Live