danielpickett-react-design-system

v0.1.4

start

react-scripts start

build:types

tsc --declaration true --noEmit false --emitDeclarationOnly true

build:react

babel src/design-system -d dist --extensions ".ts,.tsx" --copy-files

build

rm -rf dist && yarn build:types && yarn build:react && cp ./src/{index.d.ts,index.js} ./dist

build:react-app

react-scripts build

test

react-scripts test

eject

react-scripts eject

make:component

code "src/design-system/component-library/index.ts" && ./make-new-component.sh

storybook

start-storybook -p 9009 -s public

build-storybook

build-storybook -s public

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/29/2020

Downloads

Maintainers