0.1.0 • Published 1 year ago

component-library-react-cristijung v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Projeto: Component Library React - Ts

Storybook

Tecnologias & Ferramentas:

Comandos para instalação e/ou gerenciamento de pacotes e dependências

TSDX

  • npx tsdx create mylib
  • Opção:

tsdx

Storybook para iniciar no projeto

  • npx storybook init

Storybook para rodar o projeto

  • npm run storybook

Styled Component

  • npm install --save styled-components
  • ou para TypeScript:
  • npm install --save-dev @types/styled-components