xxxxxxxxxx
$ cd my-project/
# start the server in the background
$ symfony serve -d
# continue working and running other commands...
# show the latest log messages
$ symfony server:log
# stop the server
symfony server:stop
xxxxxxxxxx
$ symfony new my_project_directory --webapp
# run this if you are building a microservice, console application or API
$ symfony new my_project_directory