Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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