Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```