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
- Host: GitHub
- URL: https://github.com/mdxprograms/middleman-webpack-starter
- Owner: mdxprograms
- Created: 2017-08-05T05:52:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T08:24:41.000Z (over 8 years ago)
- Last Synced: 2025-02-23T04:15:45.239Z (about 1 year ago)
- Topics: middleman, starter-template, static-site-generator, webpack
- Language: Ruby
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```