test-library-core

In the project directory, you can run:

Usage no npm install needed!

<script type="module">
  import testLibraryCore from 'https://cdn.skypack.dev/test-library-core';
</script>

README

React library seed - Francisco Castillo

Project architecture made by Francisco Castillo

React, Rollup, Typescript, Storybook and Jest

Available Scripts

In the project directory, you can run:

build

After building/publishing/installing our updated component library, we should be able to import components in two ways:

import { TestComponent } from 'react-component-library'; OR import TestComponent from 'react-component-library/build/TestComponent';

test

Runs the jest tests

storybook

Runs the storybook app in the development mode.
Open http://localhost:6006 to view it in the browser.