Mastering Immutable.js by Packt
Make sure Node.js is installed. Then, clone this repository:
git clone https://github.com/PacktPublishing/Mastering-Immutablejs.git
Change directories and install:
cd Mastering-Immutablejs
npm install
Since the code examples use import
, you need to compile the source before
running it. The easiest way to do this is compiling it on-the-fly using
babel-node
:
npm run babel-node 02/01-available-types.js
Chapters 14 and 16 have examples that only work in the browser. For these, you can just open up the HTML files in these directories right in the browser.