boilerplate-react-next-storybook
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

Boilerplate-react-next-storybook

React Component Library boilerplate is a component library template that leverages React, Next.js, Sass and github to create a custome template for developpers that want to start building their component libraries the easy way. With storybook integration. Build UIs without the grunt work.

Install

Before installing the library, make sure you have installed node.js version 18.12.0.

Run Locally

Clone the project

  git clone https://github.com/CarmeloMylo/boilerplate-react-next-storybook.git

Go to the project directory

  cd boilerplate-react-next-storybook

Install dependencies

  npm install

Start storybook

  npm run storybook

Build project

  npm run build

Usage/Examples

  npm i boilerplate-react-next-storybook
import { Button }  from 'boilerplate-react-next-storybook'

function App() {
  return <Button />
}

Tech Stack

Client: React, Storybook, Sass

Server: Node, Next.js

License

Copyright © 2023, Author CarmeloMylo. Released under the MIT.

Package Sidebar

Install

npm i boilerplate-react-next-storybook

Weekly Downloads

0

Version

0.0.8

License

MIT

Unpacked Size

46.7 kB

Total Files

24

Last publish

Collaborators

  • carmelomylo