vaa-react-tools
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

VAA-React-Tools User Guide

CI

Install this library

npm install vaa-react-tools

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 example playground or storybook:

Storybook

Run inside another terminal:

yarn 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

The default example imports and live reloads whatever is in /dist, so if you are seeing an out of date component, make sure TSDX is running in watch mode like we recommend above. No symlinking required, we use Parcel's aliasing.

To do a one-off build, use npm run build or yarn build.

To run tests, use npm test or yarn test.

Readme

Keywords

none

Package Sidebar

Install

npm i vaa-react-tools

Weekly Downloads

1

Version

0.6.0

License

MIT

Unpacked Size

41.4 kB

Total Files

16

Last publish

Collaborators

  • justintocoding