Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelcurrin/javascript-bundling-quickstarts
How to bundle your JS as a single script - using Webpack, Browserify, Babel or TypeScript
https://github.com/michaelcurrin/javascript-bundling-quickstarts
babel bundle bundling javascript react typescript webpack
Last synced: about 2 months ago
JSON representation
How to bundle your JS as a single script - using Webpack, Browserify, Babel or TypeScript
- Host: GitHub
- URL: https://github.com/michaelcurrin/javascript-bundling-quickstarts
- Owner: MichaelCurrin
- License: mit
- Created: 2020-06-13T15:42:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T10:16:04.000Z (about 3 years ago)
- Last Synced: 2024-10-12T19:36:43.131Z (3 months ago)
- Topics: babel, bundle, bundling, javascript, react, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 201 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Bundling Quickstarts
> How to transpile and bundle your JS - using Webpack, Browserify, Babel or TypeScript[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/javascript-bundling-quickstarts?include_prereleases=&sort=semver)](https://github.com/MichaelCurrin/javascript-bundling-quickstarts/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)[![Made with Node.js](https://img.shields.io/badge/Node.js->=12-blue?logo=node.js&logoColor=white)](https://nodejs.org)
## Documentation
[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](/docs/)
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).