This is my go-to scaffolding for frontend prototyping of apps and websites.
Using much of the base config from @mattolson/middleman-bootstrap-template, but as bare-bones for my needs as possible.
- middleman-blog 4.0
- middleman-sprockets 4.1
- middleman-autoprefixer 2.7
- Twitter Bootstrap 4.1
- Font Awesome 4.7 (optional, commented)
- Many elements and defaults from HTML5 Boilerplate
- Install middleman as usual. See Middleman's documentation for more information.
- Initialize a new Middleman project with this template:
middleman init -B -T cabgfx/middleman-base my_project
- Install required gems:
cd my_project && bundle install
middleman server
Move fast and fix things. 🚀