Each shell has its own package and template.
Creating a shell starter kit is a fairly straight forward process:
npx create-react-app my-app --template base
npx create-react-app my-app --template material-ui
npx create-react-app my-app --template rmw
Last updated 2 years ago