design-system for jb-web-components and corresponding react components
micro-front-end with storybook test bed
clone the project with submodules (all components are put in project with submodules)
git clone --recurse-submodules -j8 https://github.com/javadbat/design-system.git
in case you have already cloned the project, use command: git submodule update --init --recursive
npm i
# build all modules
npm run build
# build only a named module
npm run build jb-input
npm run serve
# or
npm start
if you are using node17 or later please type it before build
$env:NODE_OPTIONS = "--openssl-legacy-provider"
git submodule add -f https://github.com/user/repo.git web-component/web-component-name
git submodule add -f https://github.com/user/repo.git react-component/react-component-name