https://github.com/danielstern/purescript-exercises
https://github.com/danielstern/purescript-exercises
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielstern/purescript-exercises
- Owner: danielstern
- Created: 2022-06-17T18:04:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T14:14:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T15:50:56.058Z (over 1 year ago)
- Language: JavaScript
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This project contains 2 PureScript / JavaScript hybrid projects.
Both projects are designed to
- teach useful PureScript techniques
- show interoperability between PURS and JS
- act as boilerplates for a myriad of other project types
## Instructions
To run any demo, open the terminal to that demos folder, (run npm install,) and run the following scripts simulataneously.
- npm run watch:purs (creates purescript output file, watches for changes)
- npm run watch:js (watches app.js and output purescript files, build browser package with webpack)
- npm start (opens the browser and runs the app which implements PureScript)