create-react-dependency alternatives and similar libraries
Based on the "Boilerplate" category.
Alternatively, view create-react-dependency alternatives based on common mentions on social networks and blogs.
-
create-react-app
Set up a modern web app by running one command. -
react-boilerplate
:fire: A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. -
electron-react-boilerplate
A Foundation for Scalable Cross-Platform Apps -
react-redux-starter-kit
Get started with React, Redux, and React-Router!. -
react-redux-universal-hot-example
A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform -
nwb
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it) -
react-hot-boilerplate
Minimal live-editing example for React -
generator-react-webpack
Yeoman generator for ReactJS and Webpack -
react-isomorphic-starterkit
Create an isomorphic React app in less than 5 minutes. -
essential-react
A minimal skeleton for building testable React apps using Babel -
generator-starhackit
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud -
relay-fullstack
:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS -
reactpack
:package: build your react apps with one command and one `npm i`. -
redux-cli
An opinionated CLI for building redux/react apps quicker -
redux-webpack-es6-boilerplate
A starter project for modern React apps with Redux -
universal-redux
An npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to. -
gluestick
GlueStick is a command line interface for quickly developing universal web applications using React and Redux. -
rockpack
Rockpack is a simple solution for creating React Application with Server Side Rendering, bundling, linting, testing within 5 minutes -
crisp-react
React boilerplate written in TypeScript with a variety of Jamstack and full stack deployments. Comes with SSR and without need to learn a framework. Helps to split a monolithic React app into multiple SPAs and avoid vendor lock-in. -
phoenix
A simple boilerplate that helps you make your react application with Server Side Rendering & Localization support. -
generator-flux-on-rails
Scaffolder of universal Flux / Redux app, backed by Rails API. -
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. :fire: -
express-react-boilerplate
(Deprecated) ๐๐๐ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter. -
PBandJ
Zero-Config Reusable Component Framework for React ๐ฅ๐ -
cra-template-redux-auth-starter
Create React App boilerplate template with React, Redux Toolkit, React Router, Ant Design, Axios, Redux-Saga, SASS, Authentication, Routes. No configuration is required, Start building your App. -
elegant
Elegant is a utility-first CMS framework for rapidly building expressive and elegant static content web applications.
Appwrite - The Open Source Firebase alternative introduces iOS support
Do you think we are missing an alternative of create-react-dependency or a related project?
README
Create React Dependency
[Contributing](CONTRIBUTING.md) | [Code of Conduct](CODE_OF_CONDUCT.md)
Project similar to the Create React App for libraries and dependencies.
It creates a ready to publish project which you can upload to npm, yarn and/or your favorite package manager. For more information click here.
Basic Use
npx create-react-dependency new my-dependency
cd my-dependency
npm start
Creating an dependency or library?
Requires version equal to or later than Node 10, choose from the following options to create a dependency or library:
Yarn
yarn create create-react-dependency my-dependency
NPX
npx create-react-dependency my-dependency
NPM
npm init create-react-dependency my-dependency
File Structure
File structure generated from the create-react-dependency project
my-dependency
โโโ README.md
โโโ node_modules
โโโ package.json
โโโ .gitignore
โโโ src
โโโ dev
โ โโโ App.js
โ โโโ index.css
โ โโโ index.html
โ โโโ index.js
โ โโโ logo.png
โโโ lib
โโโ index.cs
โโโ index.js
โโโ Lib.js
Projects
Package | Version |
---|---|
Create React Dependency | |
React Dependency Scripts |
Contribution guidelines
If you want to contribute to Create React Dependency, be sure to review the [contribution guidelines](CONTRIBUTING.md). This project adheres to [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
License
Create React Dependency is open source software licensed as MIT.
*Note that all licence references and agreements mentioned in the create-react-dependency README section above
are relevant to that project's source code only.