Skip to content

danielstern/purescript-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published