All Projects β†’ juliancwirko β†’ React Npm Boilerplate

juliancwirko / React Npm Boilerplate

Licence: mit
Boilerplate for creating React Npm packages with ES2015

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Npm Boilerplate

Npm Module Boilerplate
Boilerplate for npm modules with ES6 features and all the best practices
Stars: ✭ 374 (+65.49%)
Mutual labels:  npm-package, boilerplate
react-circle-flags
πŸš€ A React component with a collection of 300+ minimal circular SVG country flags. Wrapper of HatScripts/circle-flags
Stars: ✭ 29 (-87.17%)
Mutual labels:  react-components, npm-package
Forge Node App
πŸ› πŸ“¦πŸŽ‰ Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-60.18%)
Mutual labels:  npm-package, boilerplate
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: ✭ 18 (-92.04%)
Mutual labels:  react-components, npm-package
Express React Boilerplate
πŸš€πŸš€πŸš€ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-85.84%)
Mutual labels:  npm-package, boilerplate
Minimal Feedback
πŸ—³ minimal-feedback is a blazingly fast and highly customizable component to get user feedback.
Stars: ✭ 78 (-65.49%)
Mutual labels:  npm-package, react-components
Bloc.js
A predictable state management library that helps implement the BLoC design pattern in JavaScript
Stars: ✭ 111 (-50.88%)
Mutual labels:  npm-package, react-components
Yoshino
A themable React component library!Flexible Lightweight PC UI Components built on React! Anyone can generate easily all kinds of themes by it!
Stars: ✭ 216 (-4.42%)
Mutual labels:  react-components
Tailwind React Ui
React utility component primitives & UI framework for use with Tailwind CSS
Stars: ✭ 220 (-2.65%)
Mutual labels:  react-components
Nodejs Package
Node.js boilerplate package
Stars: ✭ 214 (-5.31%)
Mutual labels:  boilerplate
Express Es6 Rest Api
πŸ”‹ Starter project for an ES6 RESTful Express API.
Stars: ✭ 2,401 (+962.39%)
Mutual labels:  boilerplate
Vue Element Starter
Vue starter with Element-UI [READY, unmaintained now]
Stars: ✭ 216 (-4.42%)
Mutual labels:  boilerplate
Bitcoin Chart Cli
Bitcoin chart for the terminal as command line util
Stars: ✭ 221 (-2.21%)
Mutual labels:  npm-package
Typy
Minimal JavaScript type checking library
Stars: ✭ 215 (-4.87%)
Mutual labels:  npm-package
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (-0.44%)
Mutual labels:  boilerplate
Abort Controller
An implementation of WHATWG AbortController interface.
Stars: ✭ 213 (-5.75%)
Mutual labels:  npm-package
Aspnetcore.template
ASP.NET core mvc project template for real world applications
Stars: ✭ 226 (+0%)
Mutual labels:  boilerplate
Ts ci
βœ… Continuous integration setup for TypeScript projects via GitHub Actions.
Stars: ✭ 225 (-0.44%)
Mutual labels:  npm-package
Pinyinlite
Lightweight and Lightning-Fast ⚑️ Pinyin Library for JavaScript
Stars: ✭ 218 (-3.54%)
Mutual labels:  npm-package
Nginx Boilerplate
Awesome Nginx configuration template
Stars: ✭ 2,437 (+978.32%)
Mutual labels:  boilerplate

Boilerplate for creating React Npm packages with ES2015

The package is based on npm-base package by Kadira which is really great when you want to prepare Npm package. This one is prepared to be used as a starter point for React components which needs to be published on Npm.

It includes linting with ESLint and testing with Mocha, Enzyme and JSDOM.

Also there is of course ES6 transpilation.

Usage

  1. Clone this repo
  2. Inside cloned repo run npm install && rm -rf .git && git init and update package.json with your package name.
  3. If you want to run tests: npm test or npm run testonly or npm run test-watch. You need to write tests in __tests__ folder. You need at least Node 4 on your machine to run tests.
  4. If you want to run linting: npm test or npm run lint. Fix bugs: npm run lint-fix. You can adjust your .eslintrc config file.
  5. If you want to run transpilation to ES5 in dist folder: npm run prepublish (standard npm hook).

CSS and preprocessors

For more information check out this thread: #5

Blog post about it:

Also check out

License

MIT

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