joshburgess / learn-halogen

Learn purescript-halogen using a bottom-up apporach via this "clone-and-play" repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Halogen

Build Status

Learn purescript-halogen, (v5.0.0-rc.4) from a bottom-up approach

Requirements

Before learning Halogen via this project, you will need to install the following. (If you don't have them already installed, see my purescript learning repo's Install Guide

  • purescript (v0.12.5)
  • spago (v0.8.0.0)
  • parcel (v1.12.3)

Or, to install them in one line

npm i -g purescript@0.12.5 spago@0.8.0 parcel

Target Audience

Required: You are already familiar with...

Helpful, but not absolutely necessary: You are already familiar with...

Instructions

  1. Git clone this project
  2. Run spago build
  3. Run spago docs (and refer to the docs via the ./generated-docs/index.html file)
  4. Read through each folder using the same rules that I use in my learning repo (described in the third bullet point here).

Don't want to clone-and-play? Then read through this repo using the Table of Contents file.

License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license: (Human-readable version), (Actual License)

Creative Commons Licence

About

Learn purescript-halogen using a bottom-up apporach via this "clone-and-play" repository


Languages

Language:PureScript 84.4%Language:Shell 10.2%Language:HTML 5.4%