Docs
Skip to content

Refine

Next steps_

Run your Refine project built with Appwrite

1 min read

Raw

Test your project

Run your project with npm run dev -- --open --port 3000 and open http://localhost:3000 in your browser.

Now, we are able to listing the records retrieved from Appwrite backend on table, show the each record, edit the existing records, and delete functionality on records.

List Page

Project list page
Project list page

Create Page

Project create page
Project create page

Edit Page

Project edit screen
Project edit screen

Show Page

Project show screen
Project show screen

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.