design-system for jb-web-components and corresponding react components
micro-front-end with storybook test bed this project is in the middle of transform between nodejs and deno and gets a little complicated to run
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
in deno (recommended):
deno task build
deno task build jb-input
# we dint build cjs or UMD in watch mode for more speed so pleas build your package without watch mode at least 1 time before publish
deno task build jb-input --watch
npm run serve
# or
npm start
git submodule add -f https://github.com/user/repo.git modules/module-name
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