Skip to content

snappy316/middleman-tailwind-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.