Table of Contents

What is Babel?

About

Babel is a transpiler.

It doe not resolve the imports of modules as a module bundler

It just transpiles code from one language to another.

Usage / Example

Client

Repl

You can use the Babel REPL to check what Babel code compiles to.

https://babeljs.io/repl/

Babel Node

Babel-node is a wrapper around NodeJs so that you can run directly without compilation steps.

Library