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.
- Host: GitHub
- URL: https://github.com/dgrebb/harpjs-browser-sync-gulp-project
- Owner: dgrebb
- License: mit
- Created: 2015-05-25T21:37:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T21:55:43.000Z (about 11 years ago)
- Last Synced: 2025-04-01T16:19:41.160Z (about 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`