An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

##

![GitHub repo size](https://img.shields.io/github/repo-size/dzenis-h/Babel-Webpack-Boilerplate)
![GitHub contributors](https://img.shields.io/github/contributors/dzenis-h/Babel-Webpack-Boilerplate)
![GitHub stars](https://img.shields.io/github/stars/dzenis-h/Babel-Webpack-Boilerplate?style=social)
![GitHub forks](https://img.shields.io/github/forks/dzenis-h/Babel-Webpack-Boilerplate?style=social)
[![LinkedIn Follow](https://img.shields.io/badge/-Follow-blue?style=social&logo=linkedin&link=https://www.linkedin.com/in/dzenis-h/)](https://www.linkedin.com/in/dzenis-h/)
[![GitHub Follow](https://img.shields.io/badge/-Follow-black?style=social&logo=github&link=https://github.com/dzenis-h)](https://github.com/dzenis-h)

##

## ![Babel favicon](https://babeljs.io/img/favicon.png) 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://img.shields.io/badge/Babel-F9DC3E?style=for-the-badge&logo=babel&logoColor=black) | [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://img.shields.io/badge/Webpack-8DD6F9?style=for-the-badge&logo=webpack&logoColor=black) | [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://img.shields.io/badge/ESLint-4B32C3?style=for-the-badge&logo=eslint&logoColor=white) | [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://img.shields.io/badge/Prettier-F7B93E?style=for-the-badge&logo=prettier&logoColor=black) | [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://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black) | [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 ⭐️