node-babel-dynamic-demo icon indicating copy to clipboard operation
node-babel-dynamic-demo copied to clipboard

Node.js Babel dynamic demo

Demonstrates how to use Babel dynamically (compiled at runtime) on Node.js.

  • Install:

    cd node-babel-dynamic-demo/
    npm install
    
  • Run script:

    npm run point
    
  • Run unit test via mocha:

    npm test
    

Thanks to npm scripts, everything you need is installed locally.