https://github.com/gilluan/learn-reagent
learn reagent
https://github.com/gilluan/learn-reagent
Last synced: 3 months ago
JSON representation
learn reagent
- Host: GitHub
- URL: https://github.com/gilluan/learn-reagent
- Owner: gilluan
- Created: 2019-02-21T00:17:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T00:18:35.000Z (over 6 years ago)
- Last Synced: 2025-01-21T23:31:22.906Z (4 months ago)
- Language: Clojure
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# [LearnReagent.com](https://www.learnreagent.com)
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.
## Course files
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).
### Clone
```shell
$ git clone [email protected]:jacekschae/learn-reagent-course-files.git$ cd learn-reagent-course-files/giggin/
```### Install
```shell
learn-reagent-course-files/giggin/ $ npm install
```or with yarn
```shell
learn-reagent-course-files/giggin/ $ yarn install
```### Run development server
```shell
learn-reagent-course-files/giggin/ $ npm run dev
```or with yarn
```shell
learn-reagent-course-files/giggin/ $ yarn dev
```## License
Copyright © 2018 Jacek Schae