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

https://github.com/rikschennink/conditioner-boilerplate-webpack

A webpack boilerplate for Conditioner.
https://github.com/rikschennink/conditioner-boilerplate-webpack

conditioner es6 mediaquery module-loader responsive webpack

Last synced: 17 days ago
JSON representation

A webpack boilerplate for Conditioner.

Awesome Lists containing this project

README

          

# Conditioner Webpack Boilerplate

A webpack boilerplate for [Conditioner](https://github.com/rikschennink/conditioner).

Install dependencies from npm.

```bash
npm i
```

Build the project.

```bash
npm run build
```

Setup server @ `http://localhost:8080`

```bash
npm start
```