0.0.6 • Published 4 years ago

@asayinc/components v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Components

This repository contains a collection of Say's React Components. It was boostrapped using TSDX.

Getting Started

First, make sure that you are signed in to an NPM account associated with the Say (@sayinc) organization. You can do this by using yarn login.

yarn install

Then start TSDX in watch mode by running yarn start. This will watch the codebase and transpile transpile the TypeScript components into CommonJS module as you edit them.

Additionally, this project uses Storybook for isolated compoennt development. You can run the Storybook server by running yarn storybook in a separate terminal. This will open up the Storybook on localhost:6006. This will give you live reloading in your Storybook as you edit the components.