A Middleman template project. Using the following open source tools:
- jQuery
- SCSS
- Autoprefixer
- Babel
- AirBnB ESlint
- Webpack (for JS module bundling)
npm install
bundle install
To spin up a local middleman server run:
bundle exec middleman server
To build static assets:
bundle exec rake build