mickgeek/symfony-react-restful-boilerplate

How to run api server

pegasus1982 opened this issue · 1 comments

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?

This boilerplate has not been tested on PHP's built-in web server. You can configure it using Nginx or Apache.

Nginx Configuration