Create a new app or package from an existing template in the monorepo. Use when adding new apps or packages to the repository.
Create a new app or package in the monorepo using an existing template.
dev/templates and the target location in the monorepo (dev/apps or dev/packages).coverage, dist, node_modules, and .react-router directories.package.json) to reflect the new app or package name.dev/templates/apps/react vs. dev/apps/some-app).
.stylelintrc.json the path => ../../../config/stylelint/.stylelintrc.json../../config/stylelint/.stylelintrc.jsontsconfig.json, tsconfig.build.json, and postcss.config.cjs among others.README.md file to reflect what you know about the new app or package.