The best way to create a new App is using React Bricks CLI:
$ npx create-reactbricks-app@latest
Launch the command. After authenticating, you'll be able to choose an existing app or create a new app.
For the tutorial, let's choose:
reactbricks-tutorial
(the same for project name and folder name).Website and Blog with Tailwind
Next.js with App router
Yes
While the CLI is working for us, cloning the template's repo for us, configuring it and installing all the dependencies, let's take a deep breath to get ready for the next steps.
During the tutorial you'll see that we import from `react-bricks/rsc`. For Next.js with the Pages router, Remix or Gatsby, you'll need to import from `react-bricks/frontend` instead.
You may also create a new app from the React Bricks Dashboard and then scaffold it from the CLI by choosing it from the App lists, instead of creaing a new App from the CLI.