Skip to content

Running apps in development

William Wernert edited this page Feb 26, 2019 · 2 revisions

Server

Backend

cd server/backend
python manage.py runserver

Frontend

cd server/frontend
npm run serve

Agent

cd agent/agent
python __init__.py
Clone this wiki locally