Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heech1013/webpack-es6-boilerplate
Webpack ES6 boilerplate
https://github.com/heech1013/webpack-es6-boilerplate
babel boilerplate webpack
Last synced: 6 days ago
JSON representation
Webpack ES6 boilerplate
- Host: GitHub
- URL: https://github.com/heech1013/webpack-es6-boilerplate
- Owner: heech1013
- Created: 2021-01-09T05:27:02.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-03T13:27:05.000Z (over 3 years ago)
- Last Synced: 2024-11-16T03:45:10.485Z (2 months ago)
- Topics: babel, boilerplate, webpack
- Language: JavaScript
- Homepage:
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack ES6 Boilerplate
Webpack boilerplate with -
- React
- TypeScript
- Sass(SCSS)
- Babel
- ESLint
- webpack-dev-server## Quick Start
### Installation
```
$ git clone https://github.com/heech1013/webpack-es6-boilerplate.git
$ cd webpack-es6-boilerplate
$ npm install
```### Development server
Webpack dev server runs at `localhost:8080`.
```
$ npm run dev
```### Production build
Build output are created at `/dist`.
```
$ npm run build
```