Static Site prototyped on top of Eleventy SSG and Tailwind CSS - Live DEMO
- Design: Tailwind Starter by Creative-Tim
- 11ty SSG
- ElevenTail - the initial starter
- Tailwindcss for a utility first CSS workflow
- PurgeCSS for optimizing CSS output
- UglifyJS for a simple JS build pipeline
PRO versions include Premium UI Kits, Lifetime updates and 24/7 LIVE Support (via Discord)
Eleventy Material Kit PRO | Eleventy Paper Kit PRO | Eleventy Now UI Kit PRO |
---|---|---|
- Build from sources:
$ # Clone the sources
$ git clone https://github.com/app-generator/eleventy-tailwind-starter.git
$ cd eleventy-tailwind-starter
$
$ # Install the dependencies
$ yarn
$
$ # Star in development mode
$ yarn start # with LIVE reload
$
$ # app is running on http://localhost:8181
$
$ # Production build
$ yarn build #
$ # HTML files are generated in dist folder
- Eleventy Tailwind Starter - Live DEMO
- Tailwind Starter provided by Creative-Tim
Eleventy Tailwind Starter - provided by AppSeed