Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.02 KB

Middleman Tailwind Template

A Middleman template that includes Tailwind CSS and Tailwind UI pre-installed and configured. Note that

This template is based on the Default Middleman Project Template, and includes middleman-livereload.

Note that you must have a valid Tailwind UI License in order to have access to, and use, the Tailwind UI components. This template only includes the bare minimum configuration necessary in order to use the components.

Usage

$ middleman init MY_PROJECT_FOLDER -T snappy316/middleman-tailwind-template
$ cd MY_PROJECT_FOLDER
$ npm install

Then boot up the Middleman server as normal: middleman server

The default index page (source/index.html.erb) comes from the Tailwind CSS Playground.