Clone the repository and run npm install
.
Create an .env
file and include the base backend urls.
BASE_URL=http://127.0.0.1:8000/
WS_BASE_URL=ws://localhost:8080/ws
If you don't want to setup the backend project, use staging urls.
Run npm run dev
and go to localhost:3000
.