Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/course-one/babel-starter
Boilerplate to transpile JavaScript using Babel.
https://github.com/course-one/babel-starter
babel babel-plugin babel7 compilation javascript transpiler web-development webpack
Last synced: 27 days ago
JSON representation
Boilerplate to transpile JavaScript using Babel.
- Host: GitHub
- URL: https://github.com/course-one/babel-starter
- Owner: course-one
- License: mit
- Created: 2020-08-30T15:51:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T18:42:49.000Z (over 4 years ago)
- Last Synced: 2024-11-13T19:42:30.157Z (3 months ago)
- Topics: babel, babel-plugin, babel7, compilation, javascript, transpiler, web-development, webpack
- Language: JavaScript
- Homepage: https://medium.com/jspoint/how-to-quickly-transpile-javascript-using-babel-alone-a-brief-introduction-to-babel-js-40e74e43fe32
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Babel v7 Starter Kit
Boilerplate to transpile JavaScript using Babel.# Standalone Compilation
```
$ npm install
$ npx babel program.js -o out.js
```