create-babel

Create app with Babel configuration.

Usage no npm install needed!

<script type="module">
  import createBabel from 'https://cdn.skypack.dev/create-babel';
</script>

README

create-babel

Like create-react-app, but for a basic Babel setup.

Create an app in a new ./my-app directory:

$ npm init babel my-app

copy

  • :sparkles: Auto-installs dependencies.
  • :fast_forward: Out-of-the-box preset-env for modern syntax & transform-runtime for async/await.
  • 🛠️ Baked-in build and build:watch scripts, src/index.js file, .gitignore & more!