Learn purescript-halogen using a bottom-up apporach via this "clone-and-play" repository
PureScript
185
251 commits
updated Mar 18, 2021
This repo has been archived. Feel free to fork it and continue maintaining it provided you abide by the license restrictions below. This repo has NOT been updated to compile on PureScript v0.14.0, nor Halogen v6.0.0, nor any PureScript or Halogen releases made after those. The last versions on which this repo compiled correctly was PureScript v0.13.8 and Halogen v5.0.0-rc.5.
See Archiving my 'Learn Halogen' repo for more details.
Learn purescript-halogen, (v5.0.0-rc.5) from a bottom-up approach
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
Or, to install them in one line
npm i -g purescript@0.13.6 spago@0.14.0 parcel
Or, instead of install globally, install relatively to this project
npm i
If you choose this approach, all aftermentioned commond like spago ... and parcel ... shall be prefix with npm run. e.g.
npm run spago bundle-app -m ...npm run parcel serve ...Required: You are already familiar with...
purescript-prelude library. (If not, see my Prelude-ish folder)Effect and Aff types and how they work. (If not, see my Effect and Aff folder)Helpful, but not absolutely necessary: You are already familiar with...
Discard.md to Reading Do as Nested Binds.md)MTL folder.)spago buildspago docs --openDon't want to clone-and-play? Then read through this repo using the Table of Contents file.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license: (Human-readable version), (Actual License)
PureScript
82.5%
Shell
9.7%
HTML
5.1%
Dhall
2.7%
Learn purescript-halogen using a bottom-up apporach via this "clone-and-play" repository
PureScript
185
251 commits
updated Mar 18, 2021
This repo has been archived. Feel free to fork it and continue maintaining it provided you abide by the license restrictions below. This repo has NOT been updated to compile on PureScript v0.14.0, nor Halogen v6.0.0, nor any PureScript or Halogen releases made after those. The last versions on which this repo compiled correctly was PureScript v0.13.8 and Halogen v5.0.0-rc.5.
See Archiving my 'Learn Halogen' repo for more details.
Learn purescript-halogen, (v5.0.0-rc.5) from a bottom-up approach
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
Or, to install them in one line
npm i -g purescript@0.13.6 spago@0.14.0 parcel
Or, instead of install globally, install relatively to this project
npm i
If you choose this approach, all aftermentioned commond like spago ... and parcel ... shall be prefix with npm run. e.g.
npm run spago bundle-app -m ...npm run parcel serve ...Required: You are already familiar with...
purescript-prelude library. (If not, see my Prelude-ish folder)Effect and Aff types and how they work. (If not, see my Effect and Aff folder)Helpful, but not absolutely necessary: You are already familiar with...
Discard.md to Reading Do as Nested Binds.md)MTL folder.)spago buildspago docs --openDon't want to clone-and-play? Then read through this repo using the Table of Contents file.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license: (Human-readable version), (Actual License)
PureScript
82.5%
Shell
9.7%
HTML
5.1%
Dhall
2.7%