Skip to content

cheonghakim/Mastering-Immutablejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering-Immutablejs

Mastering Immutable.js by Packt

Installation

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

Running examples

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.

About

Mastering Immutable.js by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 4.4%
  • CSS 0.8%