Skip to content

Repository files navigation

L's React Component Template

What's included:

  1. storybook Storybook
  2. typescript
  3. styled-system
  4. auto-changelog
  5. styled-components

Available Scripts

start

Start the storybook server, used for standalone development.

watch

Watch src and compile with babel and tsc to dist, used for integration development.

dist

Compile using babel and tsc into dist, ready to be deployed.

deploy

Build storybook static page and deploy it via gh-pages.

publish

Bump version and publish dist to remote registry.

Integration Example

import { Footer } from 'lrct/dist/components/Footer'

render(<Footer>Hello</Footer>)

Usage with monorepo (lerna)

It should work out of the box

About

component library template

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from louisgv/lrat