create-reactbricks-app
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

Create ReactBricks App

Create a React-Bricks App with your prefered starter and api key validation on the fly.

Run the following command to begin setting up a new React Bricks application:

$ npx create-reactbricks-app@latest

Answer the questions that guide you in setting up your new application.

? Do you already have a React Bricks account? (Y/n) Y
? Please, enter your React Bricks account e-mail: admin@mycompany.com
? Password: ********
? Choose your app or create a new one: Create new app
? App name (insert a valid package name): mycompany-app
? Project name (insert a valid package name): mycompany-app
? Folder name: mycompany_app
? What would you like to create today? Website and Blog with Tailwind (recommended to start)
? Select framework: Next.js (i18n ready)
? Load some pages with default content (recommended)? (Y/n) Y
  ✔ Downloading starter
  ✔ Downloading React Bricks UI
  ✔ Setting project configurations
  ✔ Saving app credentials
  ✔ Installing dependencies
  ✔ Setting up git repository
  ✔ Saving app configurations
  ✔ Creating pages with default content

Created page "Home"
Created page "About us"

Project "mycompany-app" created!

Go into the created application folder and run it:

$ cd mycompany_app
$ yarn start
# or
$ npm start

Dependents (0)

Package Sidebar

Install

npm i create-reactbricks-app

Weekly Downloads

59

Version

1.4.2

License

MIT

Unpacked Size

911 kB

Total Files

20

Last publish

Collaborators

  • dayux
  • matteofrana