Skip to content

mustafashykh/webapp-with-browser-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB APP WITH BROWSER SYCN

Build Status

For those who want to or are learing web for the first time saving and reloading can be an issue use this layout and it will make your life easy.

Requirements

  • Install NODE.js
  • Than run the following commads
$ npm install gulp-cli -g

Installation

Run the following commads the dafault boowser will open with address locahost:3000 and your web app will be there. (REMEMBER TO OPEN CLI IN THE CLONED FOLDER)

$ npm install --save
$ gulp

HOW TO USE IT?

  • Home html page should be in index.html
  • Make all .html files in /templates folder.
  • Make all .css files in /css folder.
  • Make all .js files in /js folder.

For every change you make in your code and press ctrl+s your browser will detect change and reload itself, If you don't have .js files just leave the folder empty!

Tech

  • node.js - For npm libraries!
  • gulp - For running project

Releases

No releases published

Packages

No packages published