Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webdiscus/webpack-tailwind-pug
Starter Webpack, JS, Tailwind CSS and Pug
https://github.com/webdiscus/webpack-tailwind-pug
boilerplate css loader plugin pug pug-loader pug-plugin starter tailwind tailwindcss webpack
Last synced: 19 days ago
JSON representation
Starter Webpack, JS, Tailwind CSS and Pug
- Host: GitHub
- URL: https://github.com/webdiscus/webpack-tailwind-pug
- Owner: webdiscus
- Created: 2023-03-22T15:41:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T23:34:53.000Z (4 months ago)
- Last Synced: 2024-11-12T04:08:39.418Z (3 months ago)
- Topics: boilerplate, css, loader, plugin, pug, pug-loader, pug-plugin, starter, tailwind, tailwindcss, webpack
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```