create-babel
v3.1.0
Published
Create app with Babel configuration.
Downloads
43
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
- :sparkles: Auto-installs dependencies.
- :fast_forward: Out-of-the-box preset-env for modern syntax & transform-runtime for
async
/await
. - 🛠️ Baked-in
build
andbuild:watch
scripts,src/index.js
file,.gitignore
& more!