How to run api server
pegasus1982 opened this issue · 1 comments
pegasus1982 commented
I followed the instruction.
I installed composer and npm modules.
I tried to run api server by using this command
php bin/console server:run
But it didn't run.
How can I run it?
mickgeek commented
This boilerplate has not been tested on PHP's built-in web server. You can configure it using Nginx or Apache.