@manata
@peopleinside , thanks for your reply, just to make sure how to start the server correctly, I'm going to <uvdesk_directory> and apply php bin/console server:start gives me a message : OK Server listening on http://127.0.0.1:8002
Is it the right way to do it ? thanks
You can run project by this way :
When you run your project by this way it will access path upto public folder of your project so you don't need to navigate to public folder of your project to run your project.
php bin/console s:r
here s:r is server:run
project will run on default port.
Or you can run it with any predefined port if you want:
But it is used when your project in dev mode.
The command will not work when if your project in production mode.