Skip to content

Starter project for symfony backend with react with typescript frontend

Notifications You must be signed in to change notification settings

dragos199993/symfony-react-typescript

Repository files navigation

React starter repo with Symfony 4 and React Typescript

Requirements

  • PHP 7.1.3 or higher
  • Node.js 6.0.0 or higher
  • and the [usual Symfony application requirements][1].

Installation

Install the composer dependencies:

$ composer install

Then install the node dependencies:

$ yarn

# OR

$ npm install

Usage

Build the assets with Webpack Encore

$ yarn dev
# yarn watch - to automatically rebuild on every change

And start the built-in webserver

$ ./bin/console server:start
# stop it again with ./bin/console server:stop

About

Starter project for symfony backend with react with typescript frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published