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

https://github.com/mdxprograms/middleman-webpack-starter


https://github.com/mdxprograms/middleman-webpack-starter

middleman starter-template static-site-generator webpack

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Middleman Webpack Starter

### Requirements:
* `Ruby >= 2.4.0`
* `Node >= 8.1.4`

Clone it:
```sh
$ git clone git@github.com:mdxprograms/middleman-webpack-starter.git
```

Use as a template:
```sh
$ middleman init -T git@github.com:mdxprograms/middleman-webpack-starter.git
```

Then:
```sh
$ bundle install && npm install
```

Serve and build
```sh
$ bundle exec middleman s

$ bundle exec middleman b
```