Back to Refine

1. Build your first refine app

documentation/versioned_docs/version-3.xx.xx/tutorial/0-introduction/0-intro.md

3.25.01.1 KB
Original Source

About this Tutorial

In this tutorial, you'll learn how to use refine by building a fully-functioning CRUD app, from scratch to full launch! 🚀

We'll cover the following topics:

  • Setting up your development environment
  • Create your first refine app
  • Understanding the dataProvider
  • What is the resources concept
  • Adding CRUD pages
<!-- - Understanding the `authProvider` -->

:::note If you would rather start exploring refine with some examples before diving in, visit our examples page and choose an example to open and explore it in an online editor. :::

:::note Thank you Astro Community! ❤️

While preparing the refine's tutorial, we were inspired (quite) by the Astro tutorial. Thank you to Astro for your contributions to the open-source community 🎉

:::

<Checklist> <ChecklistItem id="looks-great"> Great! I'm ready to begin! </ChecklistItem> </Checklist>