react-ts-storybook-library
v0.6.0
Published
This project was bootstrapped with * [Create React App](https://github.com/facebook/create-react-app) * [Storybook](https://storybook.js.org) * [Rollup](https://rollupjs.org) ## Available Scripts
Downloads
2
Readme
Getting Started with React Component Library
This project was bootstrapped with
Available Scripts
In the project directory, you can run:
yarn storybook
Runs the Storybook app in the development mode.
Open http://localhost:6006 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
yarn build
Builds the library using Rollup to the build
folder.
yarn build-storybook
Builds the Storybook application that showcases components for production to the storybook-static
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!