Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sogko/browser-sync-issue-26
browser-sync-issue-26
https://github.com/sogko/browser-sync-issue-26
Last synced: about 10 hours ago
JSON representation
browser-sync-issue-26
- Host: GitHub
- URL: https://github.com/sogko/browser-sync-issue-26
- Owner: sogko
- License: mit
- Created: 2014-08-15T01:12:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T01:54:16.000Z (about 10 years ago)
- Last Synced: 2024-10-12T13:24:39.262Z (about 1 month ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
browser-sync-issue-26
=====================See: https://github.com/shakyShane/gulp-browser-sync/issues/26
## Install
```bash
git clone https://github.com/sogko/browser-sync-issue-26 # or download the project as a zip and unpack it to a folder
cd browser-sync-issue-26
[sudo] npm install # some modules require sudo to install on some machines
```## Start
1. Run ```node app.js``` to start the sample expressjs app at http://localhost:3000
2. Run ```gulp```