Skip to content
/ vis-starter Public template

A starter template to prototype visualizations 🚀

License

Notifications You must be signed in to change notification settings

grtlr/vis-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vis-starter

A starter template to prototype visualizations 🚀.

To use this repository just use degit:

npx degit grtlr/vis-starter <name>

By default, this template ships with d3. If you prefer to use vega-lite, simply check out the following branch:

npx degit grtlr/vis-starter#vega-lite <name>

Development

The project can be build using:

yarn install
yarn run build

Afterwards you can start up a local webserver with this build by typing:

yarn run start

You can also start a live development server with 🔥-reloading:

yarn run dev

In addition, there is an extensive style guide at .eslintrc.json. To apply automated fixes simply run:

yarn run lint-fix

This template also provides continuous integration using Travis CI and GitHub Actions.

About

A starter template to prototype visualizations 🚀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published