Skip to content

michalk-1/PurescriptSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purescript Sandbox

Installation

Installing JavaScript

nvm

https://github.com/nvm-sh/nvm#install--update-script

node & npm

To list the few latest npm versions

nvm ls-remote | tail

Then, to install and switch

nvm install $VERSION
nvm use $VERSION

Installing Purescript evnironment

Purescript - the compiler

npm -g install purescript

Spago - the development toolchain

npm install -g spago

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published