All Projects → rhaicode → react-library-starter

rhaicode / react-library-starter

Licence: MIT license
A library starter kit and bundler for your React projects, powered by Rollup. ⚡

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-library-starter

Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (+313.64%)
Mutual labels:  styled-components, storybook
Storybook Addon Styled Component Theme
storybook addon
Stars: ✭ 168 (+663.64%)
Mutual labels:  styled-components, storybook
React95
A React components library with Win95 UI
Stars: ✭ 1,779 (+7986.36%)
Mutual labels:  styled-components, storybook
ontwik-ui
ontwik-ui - A headless UI library
Stars: ✭ 52 (+136.36%)
Mutual labels:  styled-components, rollup
React Loading
Build a smooth and lightweight react component loading with css 🎉 .
Stars: ✭ 234 (+963.64%)
Mutual labels:  styled-components, storybook
Moveit
🚀 NLW #4 | React+ TypeScript + NextJS + StyledComponents + Firebase + MongoDb +Axios
Stars: ✭ 39 (+77.27%)
Mutual labels:  styled-components, storybook
Tails Ui
🐒 Clean UI based on tailwindcss
Stars: ✭ 162 (+636.36%)
Mutual labels:  styled-components, rollup
weather-styled-icon
⛅️☀️🌧🌨in ⚛️
Stars: ✭ 23 (+4.55%)
Mutual labels:  styled-components, storybook
Govuk React
An implementation of the GOV.UK Design System in React using CSSinJS
Stars: ✭ 219 (+895.45%)
Mutual labels:  styled-components, storybook
Lerna Yarn Workspaces Monorepo
🐉 A Monorepo with multiple packages and a shared build, test, and release process.
Stars: ✭ 201 (+813.64%)
Mutual labels:  styled-components, storybook
Quantum
The default pack of components and layout principles that dictates Catho Frontend applications.
Stars: ✭ 39 (+77.27%)
Mutual labels:  styled-components, storybook
vue-cli-template-library
Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease
Stars: ✭ 61 (+177.27%)
Mutual labels:  rollup, storybook
eleventy-react
Use React components in Eleventy.
Stars: ✭ 66 (+200%)
Mutual labels:  styled-components, storybook
Gatsby Starter Typescript Deluxe
A Gatsby starter with TypeScript, Storybook, Styled Components, Framer Motion, Jest, and more.
Stars: ✭ 50 (+127.27%)
Mutual labels:  styled-components, storybook
personal-blog
✍️ 个人技术博客
Stars: ✭ 79 (+259.09%)
Mutual labels:  styled-components, storybook
Storybook Addon
Develop themable components with Emotion/Styled Components/Material-UI with help of Storybook & React Theming
Stars: ✭ 122 (+454.55%)
Mutual labels:  styled-components, storybook
storybook-styled-components
No description or website provided.
Stars: ✭ 76 (+245.45%)
Mutual labels:  styled-components, storybook
chic-ui
Lightweight CSS-in-JS styled UI Component Library for React
Stars: ✭ 39 (+77.27%)
Mutual labels:  styled-components, storybook
2019 12
🎟 급증하는 트래픽에도 안정적인 예약 서비스, Atomic Pattern을 적용한 재사용 가능한 컴포넌트, 실용적인 Testing을 주제로 하는 이벤트 서비스
Stars: ✭ 169 (+668.18%)
Mutual labels:  styled-components, storybook
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+12536.36%)
Mutual labels:  styled-components, storybook

react-library-starter

A library starter kit and bundler for your React projects, powered by Rollup.

Features

Development

Clone this repo and run the following commands to start development with Storybook.

npm install --production=false
npm run storybook

Go to localhost:6006 and you should see something like this.

storybook-dev

Building

To build your project, run npm run build.

Publishing

npm publish

This builds commonjs, esm, and umd versions of your module to dist/ and then publishes your module to npm. Make sure that any npm modules you want as peer dependencies are properly marked as peerDependencies in package.json. The rollup config will automatically recognize them as peers and not try to bundle them in your module.

License

MIT © Rhaidzsal Ali

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].