Skip to content

infoxzy/climateForCS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install dependencies

> cd handout/component
> npm install

To start the handout server locally:

> cd handout/
> python3 runServer.py

To run demo webpages open:

demoHost/index.html or cs109Host/handouts/climate.html

To edit the handout

From handout/component run:

> npx babel --watch src --out-dir . --presets react-app/prod 

Make changes to handout/climate.js.

> webpack ./climate.js -o bundle.js
or possibly > ./node_modules/.bin/webpack ./climate.js -o bundle.js

#hi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%