GitHunt
CH

chrispiech/climateForCS

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

Languages

JavaScript98.9%Python1.0%HTML0.1%CSS0.0%

Contributors

Created May 10, 2019
Updated March 19, 2020
chrispiech/climateForCS | GitHunt