Skip to content

Symfony React Blank is a blank symfony and react project, use this template to start your app using Symfony as a backend api and React as a frontend library.

Notifications You must be signed in to change notification settings

needforschool/symfony-react-boilerplate

 
 

Repository files navigation

Symfony React Blank

Symfony React Blank is a blank symfony and react project, use this template to start your app using Symfony as an backend api and React as a frontend library.

Installation

# Clone the project to download its contents
> cd projects/
> git clone <your repository link>.git
or
> git clone https://github.com/AntoineKM/symfony-react-blank.git

# Make Composer install the project's dependencies into vendor/
# Warning: This template requires php >=8.0.0
> cd <your project name>
or
> cd symfony-react-blank
> composer install

# Make Yarn install the project's dependencies into node_modules/
> yarn install

  • Finally, setup your .env.local as the .env

Usage

# Startup the Symfony server
> symfony server:start

# Then startup the Symfony Encore server
> yarn dev-server

About

Symfony React Blank is a blank symfony and react project, use this template to start your app using Symfony as a backend api and React as a frontend library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 44.7%
  • JavaScript 17.3%
  • TypeScript 15.1%
  • Shell 11.1%
  • CSS 6.8%
  • Twig 5.0%