👾
Reactcci ✨
  • 🦚Reactcci
  • set up
    • 🛠️Install
    • 🏎️Quick start
    • 🎚️Config
      • 📘Templates
      • 🤖Placeholders
    • 💻CLI
  • ⭐VSCode extension
  • 📂Git Hub
Powered by GitBook
On this page
  • First run
  • First component
  • Update your component
  1. set up

Quick start

First step to make your coding easier

PreviousInstallNextConfig

Last updated 2 years ago

After installation you need to generate your config file and folder for templates. It is easy, just run the next command:

npx rcci

The result of this command should be:

  • File rcci.config.js

  • Templates folder (By default: templates)

First run

After quick setup you can or .

First component

Run the next command and create your first component:

npx rcci

Update your component

Run the next command to update you component

npx rcci --update

or just:

npx rcci -u

For more CLI tips go !

🏎️
move to configuration
here
create you first component