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

https://github.com/tyom/middleman-webpack

Middleman starter project with Webpack and Node Sass
https://github.com/tyom/middleman-webpack

Last synced: over 1 year ago
JSON representation

Middleman starter project with Webpack and Node Sass

Awesome Lists containing this project

README

          

# Middleman Starter Project

## Features

* Sass (Node)
* Webpack
* ES6 (ES2015)
* Ruby Slim
* Browser Sync (live reload etc)

## Installation

* Create new project using this template

```
middleman init my-project --template=tyom/middleman-webpack
```
* Install NPM packages

```
cd my project
npm install
```

## Usage

* Run dev server

```
middleman server
```

* Build static project

```
middleman build
```