Docs
Skip to content

React

Create app_

Create a React app project and integrate with Appwrite.

1 min read

Raw

Create React project

Create a React app with the npm create command.

Bash
npm create vite@latest -- --template react ideas-tracker && cd ideas-tracker

Add dependencies

Install the JavaScript Appwrite SDK.

Bash
npm install appwrite

You can start the development server to watch your app update in the browser as you make changes.

Bash
npm run dev -- --open --port 3000

Was this page helpful?

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