A collection of lightweight, static nodejs modules for web front UI end development.
The following NodeJS modules will be installed on run of npm install. webdevtools_static_20181119.7z from this external link contains static copies of:
- browser-sync 2.26.3
- gulp 3.9.1
- http-server ^0.11.1
-
Clone this repository, or
-
Alternatively, you can download and extract
webdevtools_static_20181119.7zwhich contains all current nodejs modules as of this writing from this external link. -
Navigate to a (static) web development project directory using the command line.
-
Run
npm install.
-
gulp and browser sync
- Update
gulpfile.jsto watch for custom files. - Run
gulp devto usebrowser-sync's live reload - NOTE:
gulpwill listen for changes or edits made on the files in its watch list (gulpfile.js), and reload the web browser.
- Update
-
http-server
- Run
http-serverto load web files from server - NOTE:
http-serverserves only static files
- Run
@ciatph
Date created: 20181118
Date modified: 20181119