Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 538 Bytes

File metadata and controls

26 lines (14 loc) · 538 Bytes

Week 13

Clone the GitHub repository:

$ git clone https://github.com/ProfAvery/cpsc349

Open the page with browser-sync:

$ cd cpsc349/week13
$ browser-sync start --server --startPath /posts.html --files '*.html, *.js'

Week 6

Install the Eleventy static site generator:

$ npm install -g @11ty/eleventy

Clone the GitHub repository:

$ git clone https://github.com/ProfAvery/cpsc349

Generate the static site and open it with browser-sync:

$ cd cpsc349/week6
$ eleventy --serve