stitch-component-template
v0.0.1
Published
## Start
Readme
Stitch comp lib
Start
Start dev server to develop your comp lib.
yarn start
# or
npm startBuild
Before build you should change the version in package.json file.
yarn build
# or
npm run build