Big Dipper UI
Currently a WIP please check back later for updates and launch
https://forbole.github.io/big-dipper-default-ui
The following are peer dependencies to avoid double bundling
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"recharts": "^1.8.5"
git clone https://github.com/forbole/big-dipper-default-ui.git
npm i
storybook
npm run storybook
build watch
npm run build-watch
In the project directory, you can run:
Builds the package exported in to the dist
folder.
Continuously watches for changes in src/*
and builds in to dist
Runs build
lint
and unit` testing
Runs storybook locally
Builds storybook pages statically for production