Skip to main content

2.1. Introduction to refine App Scaffolder

In this unit, we make our way through initializing a React admin panel app using the refine App Scaffolder platform and examine the app's features.

Generally, for local development, we are able to initialize a refine app using the create refine-app CLI tool. However, this tutorial is intended to provide busy developers a jetspeed introduction to refine concepts with an app built and hosted quickly on refine App Scaffolder.

What is refine App Scaffolder?

refine App Scaffolder is an extended service offered by refine that allows developers to initialize, build and deploy refine applications in the cloud by making step-by-step selections directly in a browser. It helps developers to quickly internalize refine concepts and see them in action with a few minutes' set up.

Where are we going?

In this unit, we cover the following steps:

  • Creating a React admin panel app with refine App Scaffolder.
  • Developing the app locally.
  • Previewing Inferencer-generated CRUD pages.

Checklist