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

https://github.com/dgrebb/harpjs-browser-sync-gulp-project

A quick-start template for creating a pattern library / style guide by proxying Harp with Browser Sync using gulp.
https://github.com/dgrebb/harpjs-browser-sync-gulp-project

Last synced: about 1 year ago
JSON representation

A quick-start template for creating a pattern library / style guide by proxying Harp with Browser Sync using gulp.

Awesome Lists containing this project

README

          

# Harp, Browser Sync, Gulp Project

## Overview

This is a quick-start template for creating a pattern library / style guide by proxying Harp with Browser Sync using gulp.

Read the [Harp documentation](http://harpjs.com/docs/) to get up to speed.

## Use

1. Run `npm install` or `sudo npm install`.
2. Run `gulp`.
3. Watch Harp compile your project from `src` to `dist`.
4. Open [`http://localhost:3000`](http://localhost:3000).
5. Profit.

## To Do

- [ ] JavaScript integration
- [x] `README.md`
- [x] `gulpfile.js`
- [x] `index.ejs`
- [x] `main.scss`
- [x] `package.json`