Lerna Starter

screenshot of Lerna Starter
react
styled-components

Simple React UI Development environment boilerplate to develop, test and publish your React components.

Overview

The React Component Library Publishing Starter is an innovative framework designed to streamline the process of developing, testing, and publishing React components. With this project starter, developers can effortlessly manage component documentation and share their work in an organized manner. It makes use of Storybook to visualize components, ensuring that the development workflow is both efficient and enjoyable.

Ideal for both beginners and seasoned developers, this starter kit simplifies the setup process, allowing users to focus more on coding rather than configuration. From a built-in testing environment to exporting capabilities for easy deployment, this package has everything you need to kickstart your component library.

Features

  • Easy Setup: Quickly clone the project and jump straight into development with simple commands using npm for dependency management.
  • Storybook Integration: Launches Storybook to visually showcase your components and changes in real-time, improving the development experience.
  • Independent Publish: Each package can be published individually to npm, allowing for independent version control and tailored updates.
  • Built-in Testing: Comes pre-configured with Jest and React Testing Library, making it easy to write and run tests for your components.
  • Static Export: Easily export your Storybook as a static web app, perfect for sharing with teams or deploying to static hosting solutions.
  • Local Testing: Test locally using either Python or Node HTTP servers after exporting your Storybook, ensuring everything works as expected before deployment.
  • Watch Mode: The build script runs in watch mode, ensuring that any modifications in the packages folder are quickly reflected in Storybook, facilitating a smooth development workflow.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.