Start the symfony server:
symfony server:start
Install the dependencies with composer:
composer install
Install the dependencies with npm and run the development server:
npm install
npm run dev
Now navigation to https://localhost:8000 in your browser to see the application.