Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hisasann/pug-sass-boilerplate

A professional front-end template for building fast with pug and sass.
https://github.com/hisasann/pug-sass-boilerplate

gulp pug sass scss webpack

Last synced: 8 days ago
JSON representation

A professional front-end template for building fast with pug and sass.

Awesome Lists containing this project

README

        

# :lipstick: pug-sass-boilerplate :lipstick:

### Install dependencies.

```bash
$ yarn
```

**Note**: If you can't use [yarn](https://github.com/yarnpkg/yarn) for some reason, try `npm install`.

## Run

### watch with development mode

```bash
$ yarn dev
```

### build with production mode

```bash
$ yarn build
```

## Maintainers

- [hisasann (Yoshiyuki Hisamatsu)](https://github.com/hisasann)

## License

MIT © [hisasann (Yoshiyuki Hisamatsu)](https://github.com/hisasann)