Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epoch/webpack-basic-starter


https://github.com/epoch/webpack-basic-starter

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# webpack 2 basic starter

- webpack 2 and babel for es6
- yarn for dependency management
- webpack-dev-middleware and express for reloading development server

## quick start

```
git clone
cd /webpack-basic-starter
yarn install
yarn start
```

## build and deploy

```
yarn dist
```
exports the site in production ready format in `dist/`