All Projects â†’ cwlsn â†’ Rinse React

cwlsn / Rinse React

Licence: mit
🚿 Rinse, React, repeat. A boilerplate to build a React component library.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Rinse React

Express Graphql Typescript Boilerplate
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
Stars: ✭ 163 (-1.21%)
Mutual labels:  starter-kit, boilerplate
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-15.76%)
Mutual labels:  starter-kit, boilerplate
Subzero Starter Kit
Starter Kit and tooling for authoring GraphQL/REST API backends with subZero
Stars: ✭ 136 (-17.58%)
Mutual labels:  starter-kit, boilerplate
Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+1289.7%)
Mutual labels:  starter-kit, boilerplate
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (-13.94%)
Mutual labels:  starter-kit, boilerplate
Webpack Starter
✨ A lightweight foundation for your next webpack based frontend project.
Stars: ✭ 1,745 (+957.58%)
Mutual labels:  starter-kit, boilerplate
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-18.79%)
Mutual labels:  starter-kit, boilerplate
Aqua
💡 A website and user system starter
Stars: ✭ 1,391 (+743.03%)
Mutual labels:  starter-kit, boilerplate
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-14.55%)
Mutual labels:  starter-kit, boilerplate
Typescript React Native Starter
A highly scalable foundation with a focus on best pratices and simplicity to start your React Native project in seconds.
Stars: ✭ 141 (-14.55%)
Mutual labels:  starter-kit, boilerplate
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+889.7%)
Mutual labels:  starter-kit, boilerplate
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (-10.91%)
Mutual labels:  starter-kit, boilerplate
Hyperledger Typescript Boilerplate
This is a boilerplate that interacts between Hyperledger Fabric Peers and a front end.
Stars: ✭ 109 (-33.94%)
Mutual labels:  starter-kit, boilerplate
Gatsby Blog Starter Kit
A simple starter kit for a static blog created with Gatsby
Stars: ✭ 131 (-20.61%)
Mutual labels:  starter-kit, boilerplate
React Slingshot
React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
Stars: ✭ 9,769 (+5820.61%)
Mutual labels:  starter-kit, boilerplate
Fullstack Apollo React Boilerplate
💥A sophisticated Apollo in React boilerplate project.
Stars: ✭ 136 (-17.58%)
Mutual labels:  starter-kit, boilerplate
Oh My Fullstack
🚀 Full stack web application skeleton (Next.js, Redux, RxJS, Immutable, Express)
Stars: ✭ 99 (-40%)
Mutual labels:  starter-kit, boilerplate
Hapi Starter Kit
Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices
Stars: ✭ 103 (-37.58%)
Mutual labels:  starter-kit, boilerplate
React Universally
This starter kit contains all the build tooling and configuration you need to kick off your next universal React project, whilst containing a minimal "project" set up allowing you to make your own architecture decisions (Redux/MobX etc).
Stars: ✭ 1,704 (+932.73%)
Mutual labels:  starter-kit, boilerplate
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (-12.73%)
Mutual labels:  starter-kit, boilerplate

Rinse

Rinse, React, repeat. A boilerplate to build a React component library.

To learn how this project was made from scratch, read the blog post!

Get Started

To start your own React component library, clone this repository and start your own Git journey!

$ git clone https://github.com/cwlsn/rinse-react cool-name
$ cd cool-name
$ rm -rf .git
$ git init

Development and Storybook

You can easily develop and interact with your components by using Storybook. To run the local server, simply run:

$ npm i
$ npm run storybook

Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.

Storybook will pick up any story from the stories.js file in a component folder.

Rinse is currently using the latest technology available, so you may need to update your Node versions to latest to accomodate Babel 7 and Webpack 4.

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].