Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 772 Bytes

Simple boilerplate

A simple blank website template to quick-start simple sites. Includes Browsersync to automatically reload browser window on detected changes to html/css/js.

Installation

  1. Clone the repo git clone https://github.com/rad-hombre/simple-boilerplate [dest]

  2. Run npm install inside cloned directory

  3. Run npm run start to 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.