Welcome to Evoka
  • # Introduction
  • Getting Started
    • What is Evoka AI?
    • Getting Started
      • Step 1
      • Step2
      • Step 3
      • Step 4
      • Step 5
    • Features
    • AI Agents
    • Tech Stack
    • Frequently Asked Questions (FAQ)
    • Api Documentation
Powered by GitBook
On this page
  1. Getting Started
  2. Getting Started

Step 4

PreviousStep 3NextStep 5

Last updated 5 months ago

Step 4: Start the Development Servers

Run the development servers for both the backend and frontend.

Backend

cd backend
npm run dev

Frontend

Open a new terminal and run:

cd frontend
npm run dev

Access the frontend at .

http://localhost:3000