Skip to content

California State University, Fullerton - CPSC 349 - Web Front-End Engineering - Summer 2019

Notifications You must be signed in to change notification settings

rtang01/cpsc349

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 12

Install JSON Server:

$ npm install -g json-server

Clone the GitHub repository:

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

Start JSON Server:

$ cd cpsc349/day12
$ json-server --watch db/db.json

Day 10

Clone the GitHub repository:

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

Open the page with browser-sync:

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

Day 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/day6
$ eleventy --serve

About

California State University, Fullerton - CPSC 349 - Web Front-End Engineering - Summer 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.6%
  • JavaScript 15.2%
  • Perl 6.5%
  • CSS 1.7%