https://github.com/dzenis-h/babel-webpack-boilerplate
It's a simple Babel & Webpack boilerplate that you can use as a starter kit to kick off your modern web development app. You can surely extend or modify it according to your needs as much as you want. Itβs a highly minimal set of code and configuration.
https://github.com/dzenis-h/babel-webpack-boilerplate
babel es7 html javascript webpack
Last synced: 2 months ago
JSON representation
It's a simple Babel & Webpack boilerplate that you can use as a starter kit to kick off your modern web development app. You can surely extend or modify it according to your needs as much as you want. Itβs a highly minimal set of code and configuration.
- Host: GitHub
- URL: https://github.com/dzenis-h/babel-webpack-boilerplate
- Owner: dzenis-h
- Created: 2019-04-18T02:58:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T18:37:04.000Z (about 3 years ago)
- Last Synced: 2025-03-12T00:45:17.522Z (over 1 year ago)
- Topics: babel, es7, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##




[](https://www.linkedin.com/in/dzenis-h/)
[](https://github.com/dzenis-h)
##
##  Babel-Webpack-Boilerplate 
## Overview π
Babel-Webpack-Boilerplate is a simple and easy-to-use starter kit for web development projects. It uses Babel to transpile modern JavaScript code into a version that is compatible with older browsers, and Webpack to bundle and optimize the code for production. It also supports hot module replacement, code splitting, and tree shaking.
## Tech Stack π οΈ
| Tech | Docs | Description |
| ---- | ---- | ----------- |
|  | [Babel](https://babeljs.io/docs/en/) | Babel is a JavaScript compiler that lets you use the latest features of the language and target any browser or environment. |
|  | [Webpack](https://webpack.js.org/concepts/) | Webpack is a module bundler that takes modules with dependencies and generates static assets representing those modules. |
|  | [ESLint](https://eslint.org/docs/user-guide/getting-started) | ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs. |
|  | [Prettier](https://prettier.io/docs/en/index.html) | Prettier is an opinionated code formatter that enforces a consistent style by parsing your code and re-printing it with its own rules. |
|  | [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | JavaScript is a scripting or programming language that allows you to implement complex features on web pages. |
## Setup βοΈ
To start using this example:
```
1. Clone this repo with git clone
2. Install all the dependencies with npm install
3. Create your own credentials (if necessary)
4. Move into the appropriate folder(s)
5. Afterward, just run the start the project
```
## Contributing π
Contributions are always welcome! If you would like to contribute to this project, please follow these steps:
1. Fork the repository π΄
2. Create a new branch π΅
3. Make your changes and test them thoroughly π¨βπ»
4. Submit a pull request β
## License π
This project is licensed under the MIT License - see the [LICENSE](https://docs.google.com/document/d/11WK7tVoTFRMcWCuGZQCRWxEsDUEJ_6ArtfV-NjWcBCU/edit?usp=sharing).
## Credits π¨π»βπ»
This repo was created by [Dzenis H.](https://dzenis.tech)
Contributions are more than welcome. π«‘
If you like what you see, please consider giving a βοΈ