An open API service indexing awesome lists of open source software.

https://github.com/gilluan/learn-reagent

learn reagent
https://github.com/gilluan/learn-reagent

Last synced: 3 months ago
JSON representation

learn reagent

Awesome Lists containing this project

README

        

![alt learn-reagent-logo](https://res.cloudinary.com/schae/image/upload/f_auto,q_auto/v1523483980/giggin/learn-cljs-reagent.png)

# [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