Skip to content

jiangshuhe/Project_3

Repository files navigation

D3-App-Template

A template for an interactive web application with D3.

Launch the app

Install node.

npm install
npm run dev

This launches the app in developer mode. To run the app in production mode, run npm run build or see below.

Code style

We recomme dusing VSCode for development. You can run npm run lint to check for linting errors. Note that these tests automatically run when you comit your code to GitHub. See test.yml for details. You can fix a lot of issues autoamtically with npm run format.

Deployment

When you push to GitHub, the app automatically deploys to GitHub Pages. As an example, this template repository is deployed at jiangshuhe.github.io/Project_3. See deploy.yml for details. Make sure to update the base property in vite.config.ts to match your repo name.

Notes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published