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: 4 months ago
JSON representation

A static website starter which support Pug.js, PostCSS and Webpack.

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
```