create-reactbricks-app
v1.3.1
Published
Create a React-Bricks App with your prefered starter and api key validation on the fly
Downloads
151
Readme
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: [email protected]
? 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