Getting Started

Install your dependencies

yarn install

Setup environment

Set the server url in .env

# .env
VITE_API_URL='localhost:3030'

Start your app

yarn dev