All Projects → LucasRuy → rollup-boilerplate

LucasRuy / rollup-boilerplate

Licence: MIT license
Simple boilerplate to make components libraries with React.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to rollup-boilerplate

React Border Wrapper
A wrapper for placing elements along div borders.
Stars: ✭ 147 (+1030.77%)
Mutual labels:  rollup
Vue Plugin Template
🚀 Solid foundation to start a Vue plugin with the best developer experience and a focus on performance
Stars: ✭ 189 (+1353.85%)
Mutual labels:  rollup
React Redux Typescript Jspm Starter
Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
Stars: ✭ 238 (+1730.77%)
Mutual labels:  rollup
React Rollup Boilerplate
Boilerplate for creating React component libraries, bundled with Rollup.js to ES6 Modules, React Styleguidist, Typescript
Stars: ✭ 157 (+1107.69%)
Mutual labels:  rollup
Front End Tooling Recipes
Collection of pre-configured front-end tooling setups for common uses.
Stars: ✭ 176 (+1253.85%)
Mutual labels:  rollup
Rollup Plugin Esbuild
Use ESBuild with Rollup to transform ESNext and TypeScript code.
Stars: ✭ 220 (+1592.31%)
Mutual labels:  rollup
Plugins
🍣 The one-stop shop for official Rollup plugins
Stars: ✭ 2,238 (+17115.38%)
Mutual labels:  rollup
electron-template
Electron multiwindow mode template
Stars: ✭ 65 (+400%)
Mutual labels:  rollup
Learn Rollup
This is an example project to accompany a tutorial on using Rollup.
Stars: ✭ 178 (+1269.23%)
Mutual labels:  rollup
Typescript Lib Starter
Typescript library starter
Stars: ✭ 235 (+1707.69%)
Mutual labels:  rollup
Tails Ui
🐒 Clean UI based on tailwindcss
Stars: ✭ 162 (+1146.15%)
Mutual labels:  rollup
Rollup Plugin Alias
This module has moved and is now available at @rollup/plugin-alias / https://github.com/rollup/plugins
Stars: ✭ 175 (+1246.15%)
Mutual labels:  rollup
Ol3echarts
🌏 📊 ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (+1661.54%)
Mutual labels:  rollup
Rollupjs Note
《Rollup.js 实战学习笔记》已完结 😆
Stars: ✭ 152 (+1069.23%)
Mutual labels:  rollup
Harold
Compares frontend project bundles
Stars: ✭ 241 (+1753.85%)
Mutual labels:  rollup
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (+1000%)
Mutual labels:  rollup
Xdm
a modern MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
Stars: ✭ 206 (+1484.62%)
Mutual labels:  rollup
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (+2792.31%)
Mutual labels:  rollup
firebase-functions-typescript-starter
Create & test Firebase Cloud Functions in TypeScript
Stars: ✭ 101 (+676.92%)
Mutual labels:  rollup
Modular Css
A streamlined reinterpretation of CSS Modules via CLI, API, Browserify, Rollup, Webpack, or PostCSS
Stars: ✭ 234 (+1700%)
Mutual labels:  rollup

rollup-boilerplate

License: MIT DeepScan grade CodeFactor

Simple boilerplate to make components libraries using React and Jest.

Designed to be quick and easy when starting your project.

Install

Run this command to install all dependencies of the project.

yarn install

Usage

Building production code

yarn build:prod

Building development code

yarn build:dev

Building development code and watch changes

yarn dev

Run Lint

Run this command to run ESLint for your JS code.

yarn lint

Run this command to run ESLint for your JS code and fix problems.

yarn lint:fix

Run this command to run StyleLint for your styled-components.

yarn lint:css

Run tests

Run this command to run tests of components of your library.

yarn test

Run this command to run tests of components with code covarage.

yarn test:covarage

Author

👤 Lucas Ruy <[email protected]>

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Lucas Ruy <[email protected]>.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

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