react-covideo-common
TypeScript icon, indicating that this package has built-in type declarations

0.1.50 • Public • Published

Commands

TSDX scaffolds your new library inside /src, and also sets up a Parcel-based playground for it inside /example.

The recommended workflow is to run TSDX in one terminal:

npm start # or yarn start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Then run either Storybook or the example playground:

Storybook

Run inside another terminal:

npm run storybook

This loads the stories from ./stories.

NOTE: Stories should reference the components as if using the library, similar to the example playground. This means importing from the root project directory. This has been aliased in the tsconfig and the storybook webpack config as a helper.

Example

Then run the example inside another:

cd example
npm i # or yarn to install dependencies
npm start # or yarn start

Readme

Keywords

none

Package Sidebar

Install

npm i react-covideo-common

Weekly Downloads

84

Version

0.1.50

License

MIT

Unpacked Size

106 kB

Total Files

23

Last publish

Collaborators

  • appadmin-covideo