create-babel-typescript
Like create-react-app
and create-babel, but for a basic Babel TypeScript setup.
Create an app in a new ./my-app
directory:
$ npm init babel-typescript my-app
- ✨ Auto-installs dependencies.
- ⏩ Out-of-the-box preset-env for modern syntax & transform-runtime for
async
/await
. - 🛠️ Baked-in
build
andbuild:watch
scripts,src/index.ts
file,.gitignore
& more!