Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 825 Bytes

File metadata and controls

33 lines (25 loc) · 825 Bytes

Symfony Application with React

Requirements for install

Install Application

create app

  • install composer
  • run command composer create-project 4devs/symfony-react

use docker composer

  • install docker
  • run command docker-compose up --build
  • add to /etc/hosts host 127.0.0.1 symfony.local

Use docker

  • exec php container docker-compose exec phpapp bash
  • exec node container docker-compose exec reactapp bash

Enjoy!