@boilertown/react-ui-boilerplate
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

♨️ React UI Boilerplate

A React boilerplate with opinionated setup to help you quickly create your own React UI library.

MIT license

The Setup

Get Started

  • Use Boilertown CLI.

    # npm
    npm create boilertown -- -b react-ui-boilerplate
    
    # yarn
    yarn create boilertown -b react-ui-boilerplate
    
    # pnpm
    pnpm create boilertown -b react-ui-boilerplate
    
    # bun
    bun create boilertown/react-ui-boilerplate [library-name]
  • Click the green "Use this template" button to generate a new repository with the same structure and files.

    Use this template button

    Ref: Github Docs

Development

  • Build the library:

    pnpm build
  • Run storybook:

    pnpm storybook
  • Unit test component with:

    pnpm test
  • Create changeset:

    pnpm changeset

Release & Publish package

This boilerplate uses changesets to automatically generate CHANGELOG, create releases and publish to NPM registry via GitHub Actions. You can see action details at release.yml.

To automating publish your library, follow these steps:

P/S: Remember to check the Allow GitHub Actions to create and approve pull requests in your repo Settings > Actions > General & scroll to Workflow permissions.

Contributing

react-ui-boilerplate ❤️ your contributions. If you have any ideas, suggestions, fixes, feel free to contribute.

Readme

Keywords

none

Package Sidebar

Install

npm i @boilertown/react-ui-boilerplate

Weekly Downloads

0

Version

0.0.0

License

none

Unpacked Size

45.9 kB

Total Files

53

Last publish

Collaborators

  • phammikun