https://github.com/justinwoo/bismuth-example
An example usage of PureScript-Bismuth but without any fancy setups
https://github.com/justinwoo/bismuth-example
bismuth codegen flow purescript
Last synced: 4 months ago
JSON representation
An example usage of PureScript-Bismuth but without any fancy setups
- Host: GitHub
- URL: https://github.com/justinwoo/bismuth-example
- Owner: justinwoo
- Created: 2017-12-05T23:32:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T23:40:27.000Z (over 8 years ago)
- Last Synced: 2025-07-08T03:43:42.733Z (11 months ago)
- Topics: bismuth, codegen, flow, purescript
- Language: PureScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bismuth-example
An example usage of [PureScript-Bismuth](https://github.com/justinwoo/purescript-bismuth) but without any fancy setups. There are many ways in which you could do anything like
* Use PureScript DCE output (if you really care)
* Use [purs-loader](https://github.com/ethul/purs-loader)
* or whatever
This setup uses Parcel to instantly rebuild on any changes in the Flow sources and the output directory, which will be rebuilt by psc-ide whenever you change files in PureScript using an editor plugin that uses psc-ide. On my machine, changes performed by psc-ide take 120ms to be rebuild by Parcel.
See [this branch](https://github.com/justinwoo/bismuth-example/tree/webpack) for the webpack version.