/immutable-repl

http://neilff.github.io/immutable-repl/

Primary LanguageJavaScriptMIT LicenseMIT

immutable-repl

A simple REPL for demonstrating and sharing Immutable.js concepts.

http://neilff.github.io/immutable-repl/

Development

$ git clone https://github.com/neilff/immutable-repl
$ npm install
$ npm run start

Open http://localhost:3000 in your browser.

Inspired by the Try Ramda REPL.