https://github.com/pokle/purescript-vanilla
Living it up with the DOM
https://github.com/pokle/purescript-vanilla
dom framework purescript
Last synced: 2 months ago
JSON representation
Living it up with the DOM
- Host: GitHub
- URL: https://github.com/pokle/purescript-vanilla
- Owner: pokle
- Created: 2017-09-16T10:15:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T01:05:27.000Z (over 8 years ago)
- Last Synced: 2025-02-19T22:29:46.767Z (about 1 year ago)
- Topics: dom, framework, purescript
- Language: PureScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vanilla
I want to see if I can get fast purescript typesafe user interfaces by going straight to the DOM. As an added challenge, I also want to render when the DOM is unavailable - on the server side.
## Work in progress
- Trying to nut out the [DESIGN.md](DESIGN.md) right now.
## Trying it out
- Ensure you have the purescript essentials installed globally - pulp, bower
Browser examples:
- run `make examples`
- Open one of the examples listed in the output.
Nodejs examples:
```
$ make
$ node -e "require('./output/Examples.Log/index.js').main()"
Hello there, this is a log message.
```