Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carmelomylo/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.
https://github.com/carmelomylo/boilerplate-react-next-storybook
boilerplate nextjs react sass storybook
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/carmelomylo/boilerplate-react-next-storybook
- Owner: CarmeloMylo
- License: mit
- Created: 2023-05-10T08:46:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-11T06:57:10.000Z (over 1 year ago)
- Last Synced: 2024-12-01T12:08:11.751Z (2 months ago)
- Topics: boilerplate, nextjs, react, sass, storybook
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.
# InstallBefore installing the library, make sure you have installed node.js version **18.12.0**.
## Run Locally
Clone the project
```bash
git clone https://github.com/CarmeloMylo/boilerplate-react-next-storybook.git
```Go to the project directory
```bash
cd boilerplate-react-next-storybook
```Install dependencies
```bash
npm install
```Start storybook
```bash
npm run storybook
```Build project
```bash
npm run build
```## Usage/Examples
```bash
npm i boilerplate-react-next-storybook
``````javascript
import { Button } from 'boilerplate-react-next-storybook'function App() {
return
}
```## Tech Stack
**Client:** React, Storybook, Sass
**Server:** Node, Next.js
## License
Copyright © 2023, Author [CarmeloMylo](https://github.com/CarmeloMylo). Released under the
[MIT](https://github.com/CarmeloMylo/boilerplate-react-next-storybook/blob/main/LICENSE).