https://github.com/saneef/pug-postcss-webpack-starter
A static website starter which support Pug.js, PostCSS and Webpack.
https://github.com/saneef/pug-postcss-webpack-starter
postcss pugjs starter-kit webpack
Last synced: 4 months ago
JSON representation
A static website starter which support Pug.js, PostCSS and Webpack.
- Host: GitHub
- URL: https://github.com/saneef/pug-postcss-webpack-starter
- Owner: saneef
- License: mit
- Created: 2017-04-15T06:46:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T19:07:55.000Z (over 8 years ago)
- Last Synced: 2025-05-14T21:11:44.130Z (about 1 year ago)
- Topics: postcss, pugjs, starter-kit, webpack
- Language: HTML
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pug-postcss-webpack-starter
A static website starter which support Pug.js, PostCSS and Webpack.
# Getting Started with Development
```bash
$ yarn # To install all NPM dependencies
$ yarn start # To server and watch taskes
# Or
$ yarn build # To build the files into ./dist folder
```