0.0.8 • Published 1 year ago

boilerplate-react-next-storybook v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.