- PHP 7.1.3 or higher
- Node.js 6.0.0 or higher
- and the [usual Symfony application requirements][1].
Install the composer dependencies:
$ composer install
Then install the node dependencies:
$ yarn
# OR
$ npm install
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