danielpickett-react-design-system

v1.4.3
1. Run `yarn link` in design system repo 2. Run `yarn link "danielpickett-react-design-system"` in other repo 3. `npm link ../../eltoro-repos/adops-portal/node_modules/react` in design system repo 4. Restart all dev servers

start

react-scripts start

build:types

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

build:react

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

build:sass

yarn node-sass src -o dist

build

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

build:react-app

react-scripts build

test

react-scripts test

eject

react-scripts eject

make:component

./make-new-component.sh

storybook

start-storybook -p 9009 -s public

build-storybook

build-storybook -s public

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/24/2020

Downloads

Maintainers