Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 499 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 499 Bytes

Basic Symfony + React App

The goal in this project is to combine the strength of Symfony in the backend and the power of React in the frontend.

Instalation

Clone the project

  git clone https://github.com/Faez-B/my_react_symfony_project.git

Go to the project directory

  cd my_react_symfony_project

Install dependencies

  composer install
  npm install

Start the servers

  symfony serve -d
  npm run dev-server