Skip to content

JimmyRowland/436v-d3-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published