Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sambaldwin/boilerplate
Gulp + Nunjucks + Sass boilerplate
https://github.com/sambaldwin/boilerplate
gulp pug sass
Last synced: about 1 month ago
JSON representation
Gulp + Nunjucks + Sass boilerplate
- Host: GitHub
- URL: https://github.com/sambaldwin/boilerplate
- Owner: sambaldwin
- Created: 2018-03-02T13:26:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T22:00:43.000Z (over 3 years ago)
- Last Synced: 2024-10-15T07:13:21.116Z (3 months ago)
- Topics: gulp, pug, sass
- Language: JavaScript
- Homepage:
- Size: 496 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate
[gulp](http://gulpjs.com) + [Nunjucks](https://mozilla.github.io/nunjucks/) + [Sass](https://sass-lang.com) boilerplate for new projects and demos.
Usage:
1. Clone into a new, named, directory:
```shell
git clone https://github.com/sambaldwin/boilerplate.git project-name
```2. `cd` into new directory and delete `.git/`:
```shell
rm -rf .git
```3. `npm i`