Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 963 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 963 Bytes

rts

Storybook with ReactJS TypeScript

This repository is part of this Medium article

About

This repository is a simple TypeScript with ReactJS application that uses Storybook and Storybook-docs. It only has a simple Tag component:

gif

Scripts

  • yarn storybook: run storybook

From create-react-app:

  • yarn start: run ReactJS application. This application is the same created by create-react-app, without alteration;
  • yarn build;
  • yarn test;
  • yarn eject;