JimmyRowland / 436v-d3-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPSC 436V d3 starter

Why?

D3 is a very old library written in Javascript with functions returning functions. As a result, IDE autocomplete/intellisense is very limited. This project aims to provide a better experience for students. This vite template from stackBlitz provides d3 autocomplete and hot reload thanks to @types/d3 and vite.

How to use

  • Copy all files from official assignment repo to this project directory.
  • Run npm install to install dependencies.
  • Run npm run dev to start the development server.
  • After assignment is done, copy all added code from this project directory to the official assignment repo.

Example project copied from https://github.com/UBC-InfoVis/436V-materials

About


Languages

Language:JavaScript 78.6%Language:HTML 10.9%Language:CSS 10.4%