Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 403 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 403 Bytes

Instrument Middleman Template

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

Front End

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

Setup

npm install bundle install

Local environment

To spin up a local middleman server run:

bundle exec middleman server

Builds

To build static assets:

bundle exec rake build