rakibtweets /
nodejs-typescript-boilerplate
This boilerplate repository offers a well-structured and scalable foundation for Node.js Express projects, emphasizing industry best practices in folder architecture and file organization.
40/100 healthLoading repository data…
pankod / repository
A well-structured production-ready frontend boilerplate with Typescript, React Testing Library, styled-component, React Query, .env, Axios, Bundle Analyzer, Prettier and 30+ plugins. superplate creates projects for React.js, Next.js, and refine. https://pankod.github.io/superplate/
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
superplate lets you start rock-solid, production-ready React, Next.JS and refine projects just in seconds. The command-line interface guides the user through setup and no additional build configurations are required.
Superplate ships with +30 plugins including popular UI Kits, testing frameworks and many useful developer tools.
To use superplate, make sure you have npx is installed on your system (npx is shipped by default since npm 5.2.0).
To create a new app without using presets, run the following command:
npx superplate-cli my-project
You will be prompted with plugin options to create your project. A full list of avaiable plugins is here: superplate-core-plugins.
superplate makes it easier to get up and running with a well-structured Next.js and TypeScript application.
To get started quickly, please run the following command. The CLI wizard will assist you for the rest of the setup process:
npx superplate-cli -p nextjs my-project
superplate makes it easier to get up and running with a well-structured Create React App and TypeScript application.
To get started quickly, please run the following command. The CLI wizard will assist you for the rest of the setup process:
npx superplate-cli -p react my-project
Selected from shared topics, language and repository description—not editorial ratings.
rakibtweets /
This boilerplate repository offers a well-structured and scalable foundation for Node.js Express projects, emphasizing industry best practices in folder architecture and file organization.
40/100 healthvuvandinh123 /
A well-structured Next.js v15.2 project template with TypeScript. This boilerplate follows a modular and scalable folder structure, making it easy to manage large projects. It includes best practices for state management, API handling, validation, and reusable UI components.
35/100 healthrefine is an open source React framework for building CRUD apps rapidly.
superplate provides built-in templates for CRA, Next.js and Remix environments so you can bootstrap a refine project in a couple of minutes.
To get started quickly, please run the following command. The CLI wizard will assist you for the rest of the setup process:
npx superplate-cli -p refine my-project
We are planning to add the following frameworks integrations soon.
For more detailed information and usage, you may refer to our documentation pages.
superplate uses a plugin-based architecture. Basically, plugins are created from popular npm tools with configuration files. You can check them out in superplate-core-plugins.
The default core plugins determined by Pankod team. Feel free to send PR or open an issue for new plugins you want to add.
You can use different sources for plugins other than superplate-core-plugins.
Simply add --source <path-to-source> option to use superplate with a custom source.
To learn more about sources and how to create your own; please check out documentation
superplate gives you many abilities to create your own plugin and interact with the others. To learn more on creating a plugin, please check out documentation
> npx superplate-cli --help
Usage: superplate [options]
Options:
-v, --version prints version number
-h, --help prints help information on all commands and options
-d, --debug prints additional logs
-s, --source <path-to-source> Use this option to target a custom source of plugins
Source path can be a remote git repository or a local path.
-p, --project <project-type> In sources with multiple types, you can use this option to preset the type.
-b, --branch <branch-name> If your source is a git repository, you can define a custom branch for `superplate` to use.
-o, --preset <preset-name> If your source includes presets, you can select one of them to prefill the answers.
-l, --lucky You can select random choices with this option, if you are feeling lucky.
Watches for changes in the code; builds the project and then globally installs superplate for testing.
npm run dev:global
Create a build inside /lib directory.
npm run build:cli
Install the current build globally:
npm run global
If you have a bug to report, do not hesitate to file an issue.
If you are willing to fix an issue or propose a feature; all PRs with clear explanations are welcome and encouraged.
Licensed under the MIT License, Copyright © 2021-present Pankod
pmutua /
Scalable Boilerplate Angular 17 application starter. This Angular project is a scalable, well-structured enterprise application designed for efficient handling of diverse features. It adheres to best practices, promoting modularity, reusability, and maintainability 🚀
46/100 healthhmuzzal /
🧱 Angular Enterprise Boilerplate A modular, scalable, and maintainable Angular 15+ boilerplate built with best practices. Designed for enterprise-level applications with a well-structured folder architecture, lazy-loaded modules, shared utilities, and core services.
31/100 health