-
Opening the application in VsCode and open a terminal:
cd to frontend -
Install the app's dependencies (if first time opening the app):
npm install -
Start the development server:
npm run dev
This will launch the application and make it accessible on your local development environment.