LogoLogo
  • React Most Wanted
  • Concept
  • Getting started
Powered by GitBook
On this page
  • base-shell
  • mui-shell
  • rmw-shell

Was this helpful?

Export as PDF

Getting started

Each shell has its own package and template.

base-shell

Creating a shell starter kit is a fairly straight forward process:

npx create-react-app my-app --template base

mui-shell

npx create-react-app my-app --template material-ui

rmw-shell

npx create-react-app my-app --template rmw
PreviousConcept

Last updated 2 years ago

Was this helpful?