Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.1 KB

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