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

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

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

browserify conditioner mediaquery module-loader responsive

Last synced: 7 months ago
JSON representation

A Browserify boilerplate for Conditioner.

Awesome Lists containing this project

README

          

# Conditioner Browserify Boilerplate

A Browserify based boilerplate for [Conditioner](https://github.com/rikschennink/conditioner) based on [Browserify](http://browserify.org).

Install dependencies from npm.

```bash
npm i
```

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

```bash
npm start
```

Make bundle

```bash
npm run build
```