Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekbtw/just-pug-it
Pug/SCSS project starter
https://github.com/derekbtw/just-pug-it
project project-template pug sass scss starter-kit starter-project starter-template
Last synced: 26 days ago
JSON representation
Pug/SCSS project starter
- Host: GitHub
- URL: https://github.com/derekbtw/just-pug-it
- Owner: derekbtw
- License: mit
- Created: 2019-02-13T17:24:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T13:02:02.000Z (over 5 years ago)
- Last Synced: 2024-09-28T08:42:51.957Z (about 1 month ago)
- Topics: project, project-template, pug, sass, scss, starter-kit, starter-project, starter-template
- Language: CSS
- Homepage: https://derekbtw.github.io/just-pug-it
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Pug It!
Pug/SCSS project starter with live-reload. No extra CSS frameworks or anything like that are included; just a plain and simple bare-bones project starter because you're a CSS wizard and like to start from scratch. It won't hurt my feelings if you add Bootstrap as a dependency though.## Getting started
```sh
$ npm install# or
$ yarn
```
Lastly...
```sh
$ gulp
```Gulp will now watch for changes in the `views` and `scss` directories with live-reload, yo.
## NPM
Alternatively, you can also install into an existing project from NPM.
```sh
$ npm i just-pug-it# or
$ yarn add just-pug-it
```---
## To do
- CLI intigration
---
**Just-Pug-It loves you <3**