0.3.18 • Published 1 year ago

readmedev-ds v0.3.18

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

README.DEV (DS) - Books and Tutorials for Programming

CI RELEASE

This project was created to study how to build and publish React UI Components Library with Storybook.

This project was bootstrapped with TSDX.

Commands

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:

yarn storybook

This loads the stories from ./stories.

Example

Then run the example inside another:

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

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

Jest

Jest tests are set up to run with npm test or yarn test.

0.3.18

1 year ago

0.3.17

1 year ago

0.3.16

1 year ago

0.3.15

1 year ago

0.3.14

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.2.1

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago