https://github.com/heech1013/webpack-es6-boilerplate
Webpack ES6 boilerplate
https://github.com/heech1013/webpack-es6-boilerplate
babel boilerplate webpack
Last synced: about 2 months 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 (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-03T13:27:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-06T07:54:22.381Z (over 1 year 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
```