Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hisasann/pug-sass-boilerplate
- Owner: hisasann
- Created: 2018-11-20T10:36:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:33:24.000Z (11 months ago)
- Last Synced: 2024-10-11T23:12:32.788Z (about 1 month ago)
- Topics: gulp, pug, sass, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)