Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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