michi-vz
v0.1.274
Published
a visualization library based on d3 and react
Downloads
365
Readme
Overview
react
/typescript
storybook
for component developmenteslint
andprettier
to harmonize the code basestyled-components
for stylingd3
for data visualization
Project structure
- `/src`: all source files go here
- `/components`: individual components shared across the project
- `/node_modules`: handled by npm, don't touch this
- `stories`: contains stories for storybook
Console commands
- `npm run storybook`: start dev server
- `npm publish`: publish the package to npm, we need to update the package.json version before publishing