danielpickett-react-design-system

v0.1.9

start

react-scripts start

build:types

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

build:react

babel src -d dist --extensions ".ts,.tsx" --ignore "src/**/*.stories.js" --copy-files --no-copy-ignored

build

rm -rf dist && yarn build:types && yarn build:react && ./build-cleanup.sh

build:react-app

react-scripts build

test

react-scripts test

eject

react-scripts eject

make:component

code "src/components/index.ts" && ./make-new-component.sh

storybook

start-storybook -p 9009 -s public

build-storybook

build-storybook -s public

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/10/2020

Downloads

Maintainers