Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webdiscus/webpack-tailwind-pug

How to use Tailwind CSS with Pug
https://github.com/webdiscus/webpack-tailwind-pug

boilerplate css loader plugin pug pug-loader pug-plugin starter tailwind tailwindcss webpack

Last synced: about 2 months ago
JSON representation

How to use Tailwind CSS with Pug

Awesome Lists containing this project

README

        

# Webpack starter with Tailwind CSS and Pug

This is minial code to demostrate _"How to use Tailwind CSS with Pug"_

To generate HTML from Pug use the [pug-plugin](https://github.com/webdiscus/pug-plugin).

Install

```
npm i
```

Start app in a browser

```
npm start
```

Build static files

```
npm run build
```