Head to the src/ui
directory and install the dependencies with npm install
.
cd src/ui
npm install
Start the development server with npm run dev
.
cd src/ui
npm run dev
Nuxt with SSR enabled is used for the frontend. The development server will be available at https://localhost:3000 and supports hot-reload.