A simple blank website template to quick-start simple sites. Includes Browsersync to automatically reload browser window on detected changes to html/css/js.
-
Clone the repo
git clone https://github.com/rad-hombre/simple-boilerplate [dest] -
Run
npm installinside cloned directory -
Runnpm run startto start serving files
run-script-os– the script used to detect user's Operating System– is currently not working as of npm v7.x (or yarn2 it would seem).
Until fixed, run npm run start:nix or npm run start:win32 to start
browsersync on *nix OS or Windows environments, respectively.