launch a development local Server with live reload feature for static & dynamic pages.
(1) live server
step : 1
open command in specific path than type : npm install -g liver-server
srep: 2
than u run file specific path and type : live-server or live-server --port=49643
note: you can run any path with above command , must be name is index.html
(2) browsersync
step: 1
open command in specific path than type : npm install -g browser-sync
step: 2
than u run file specific path and type : browser-sync start --server --files
note : you can share url same network connected all users.
(1) live server
step : 1
open command in specific path than type : npm install -g liver-server
srep: 2
than u run file specific path and type : live-server or live-server --port=49643
note: you can run any path with above command , must be name is index.html
(2) browsersync
step: 1
open command in specific path than type : npm install -g browser-sync
step: 2
than u run file specific path and type : browser-sync start --server --files
note : you can share url same network connected all users.
0 Comments