Learn simple, clean, and robust way to build SPA (Single-Page Applications) with ClojureScript & Reagent. Build GIGGIN an app that shows local gigs. Step-by-step, component-by-component we'll learn how to build SPAs with ClojureScript. We'll work with remote API. Learn how easy it is to interop with JS and npm and much more … . This video course will take you from zero to deployment in a few afternoons.
The code in this repo is split into two folders - giggin
- starting point of the videos (this is what you should open when you start to code along with the vidoes) and - increments
- code for the start of each video (if you get lost somewhere along the way just copy the content of the video you are starting and continue).
$ git clone git@github.com:jacekschae/learn-reagent-course-files.git
$ cd learn-reagent-course-files/giggin/
learn-reagent-course-files/giggin/ $ npm install
or with yarn
learn-reagent-course-files/giggin/ $ yarn install
learn-reagent-course-files/giggin/ $ npm run dev
or with yarn
learn-reagent-course-files/giggin/ $ yarn dev
Copyright © 2018 Jacek Schae