https://github.com/autom8-apps/webpack-es6-boilerplate
https://github.com/autom8-apps/webpack-es6-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/autom8-apps/webpack-es6-boilerplate
- Owner: autom8-apps
- License: mit
- Created: 2020-10-08T13:55:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T17:04:13.000Z (over 3 years ago)
- Last Synced: 2025-01-06T03:41:39.350Z (5 months ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack ES6 Jest boilerplate
A dead simple webpack babel and jest build configuration to get and up and running with a new package, project, etc. in minutes!
## Prerequisites
1. `npm init` - to set up all of your package info of course! Make sure to rename the repository to your own.
2. in webpack.config.js make sure to rename the library name from `YOUR_LIBRARY_NAME` to whatever you would like.## Features
- [Webpack](https://webpack.js.org/guides)
- [ECMAScript 6](http://es6-features.org)
- [Babel](https://babeljs.io/docs/setup/#installation)
- [ESLint](https://eslint.org/docs/user-guide/getting-started)
- [Jest](https://facebook.github.io/jest/docs/en/getting-started.html)## Installation
1. `git clone [email protected]:autom8-apps/webpack-es6-boilerplate.git`
2. Run `npm install`
3. Start the dev server using `npm run start`## Commands
- `build`: bundle code to dist,
- `start`: start the web dev server,
- `test`: run jest tests,
- `debug`: for debugger purposes, utilized in .vscode debugger launch config## Licence
MIT.