/React-Component-Library

React Component Library (React, MUI, babel, typescript, storybook)

Primary LanguageJavaScript

Logo

Snowpack
Build web applications with less tooling and 10x faster iteration. No bundler required.

This is a sample Typescript React component library application which uses snowpack to support previewing your local changes almost instantly.

Includes support for React, Typescript, Babel, Material-UI and storybook.

Rollup has been included to create your final production bundle.

first run:

npm run cleanstart

local development with Storybook:

npm run dev

building for production:

npm run build