Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T19:07:55.000Z (about 7 years ago)
- Last Synced: 2024-12-22T11:47:06.036Z (about 1 month ago)
- Topics: postcss, pugjs, starter-kit, webpack
- Language: HTML
- Size: 58.6 KB
- Stars: 3
- Watchers: 3
- 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
```