Skip to content

RajuRajan/gulp-browsersync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-BrowserSync-Example

Reload your web browser every time you make any changes in your HTML, CSS or Javascript files.

Prerequisites

  • node >=0.12.8
  • npm ^3.10.0
  • gulp-cli ~1.2 (global) npm install gulp-cli@1.2

Quick Start:

# Browse to project folder
cd /path/to/project/this/folder

# Install browserSync and other dependencies
npm install

# Start server
gulp

Directory Structure:


├── project-name/
│   ├── src/
│   │   ├── css/
│   │   ├── fonts/
│   │   ├── img/
│   │   ├── js/
│   │   └──  index.html
│   ├──  gulpfile.js
│   └──  package.json

Quick Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors