Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoriiis/webpack-boilerplate
Boilerplate to kickstart creating a project with Webpack configuration
https://github.com/yoriiis/webpack-boilerplate
babel boilerplate eslint javascript jest postcss prettier stylelint webpack
Last synced: 15 days ago
JSON representation
Boilerplate to kickstart creating a project with Webpack configuration
- Host: GitHub
- URL: https://github.com/yoriiis/webpack-boilerplate
- Owner: yoriiis
- License: mit
- Created: 2020-01-27T10:56:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:06:57.000Z (5 months ago)
- Last Synced: 2024-06-18T17:24:14.642Z (5 months ago)
- Topics: babel, boilerplate, eslint, javascript, jest, postcss, prettier, stylelint, webpack
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Webpack Boilerplate
![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/yoriiis/webpack-boilerplate/build.yml?branch=main&style=for-the-badge)
This is what I use for [my own project](https://www.npmjs.com/~yoriiis).
## Getting started
**Click the "Use this template" button.**
Alternatively, download the project to start your own.
The project includes following features:
- Webpack (postCSS, Babel)
- JSX
- SVG sprite and chunks optimization
- Jest
- Linter (StyleLint, ESLint, MarkdownLint)## License
`webpackBoilerplate` is licensed under the [MIT License](http://opensource.org/licenses/MIT).
Created with ♥ by [@yoriiis](http://github.com/yoriiis).