Learn how to use Back4app Agent to build and deploy full-stack web applications.
To learn more check out the article.
-
Install the dependencies via NPM.
$ npm install
-
Enter your Back4app "Application ID" and "JavaScript key" in src/main.jsx.
-
Run the Vite development server.
$ npm run dev
-
Open http://localhost:5173 in your favorite web browser.
Read the article.
Read the article.