mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
31 lines
810 B
Plaintext
31 lines
810 B
Plaintext
---
|
|
layout: tutorial
|
|
title: Next steps
|
|
description: Run your Refine project built with Appwrite
|
|
step: 7
|
|
---
|
|
|
|
|
|
|
|
# Test your project {% #test-project %}
|
|
Run your project with `npm run dev -- --open --port 3000` and open [http://localhost:3000](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
|
|
|
|

|
|
|
|
- Create Page
|
|
|
|

|
|
|
|
- Edit Page
|
|
|
|

|
|
|
|
- Show Page
|
|
|
|

|