Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 272 Bytes

Readme.md

File metadata and controls

11 lines (7 loc) · 272 Bytes

Symfony 4 Skeleton with GatsbyJS frontend

composer install
npm install
yarn run encore dev

To run Symfony: php bin/console server:start

To run Gatsby: gatsby develop

.htaccess in public/ is important for correct routing between front-end/back-end.