Material for Front-end 3 (data), mostly using d3.js.
Examples and assignments are in this Git repository. Course related info can be found on Moodle.
With git, do:
git clone https://github.com/CMDA/Frontend-3.gitOr, click the big green button “Clone or download” and
install from there. Don’t forget to cd into the directory.
You need Node installed. If you haven’t already we suggest to install the LTS version.
Now, install dependencies with npm like so:
npm installFinally, to start a live-reloading server, run the following:
npm startThis will print out an address the server is running on.
This server is made with budo. Tip: you can
pass budo options, such as --open, like so:
npm start -- --open