Skip to content

course-one/babel-starter

Repository files navigation

Babel v7 Starter Kit

Boilerplate to transpile JavaScript using Babel.

Standalone Compilation

$ npm install
$ npx babel program.js -o out.js