Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 354 Bytes

Instrument Middleman Template

A Middleman template project. Using the following open source tools:

  • SCSS
  • Autoprefixer
  • Babel
  • AirBnB ESlint
  • Webpack (for JS module bundling)

Setup

npm install bundle install

Local environment

To start up a local server run:

bundle exec middleman server

Build

bundle exec middleman build