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.
-
react-boilerplate
๐ฅ A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. -
nx
Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities. -
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) -
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 -
rockpack
Rockpack is a lightweight, zero-configuration solution for quickly setting up a React application with full support for Server-Side Rendering (SSR), bundling, linting, and testing. -
universal-redux
DISCONTINUED. 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
DISCONTINUED. GlueStick is a command line interface for quickly developing universal web applications using React and Redux. -
elegant
โจ Build SEO-friendly websites, super fast full-stack web applications, and much more with Elegant. ๐ Built with Next.js, TipTap, Tailwind CSS, and more. -
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. -
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. :fire: -
express-react-boilerplate
DISCONTINUED. (Deprecated) ๐๐๐ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter. -
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.
CodeRabbit: AI Code Reviews for Developers

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.