Skip to content

tingtinghsu/learn-re-frame-course-files

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alt learn-re-frame-logo

Learn re-frame a pattern for writing SPAs (Single-Page Applications) in ClojureScript, using Reagent. Build Cheffy; AirBnB for chefs. It includes CRUD operations, idiomatic code and advanced patterns. Step-by-step, concept-by-concept we'll learn how to work with app-db, effects, subscriptions and much more. Upon completion of the course you will be a hotshot when it comes to re-frame.

Course files

The code in this repo is split into two folders - cheffy - 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).

Clone

$ git clone git@github.com:jacekschae/learn-re-frame-course-files.git

$ cd learn-re-frame-course-files/cheffy/

Install

learn-re-frame-course-files/cheffy/ $ npm install

or with yarn

learn-re-frame-course-files/cheffy/ $ yarn install

Run development server

learn-re-frame-course-files/cheffy/ $ npm run dev

or with yarn

learn-re-frame-course-files/cheffy/ $ yarn dev

License

Copyright © 2019 Jacek Schae

About

🎦 Learn re-frame course files for building Cheffy app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 96.5%
  • CSS 2.4%
  • HTML 1.1%