Be sure you have node 14 on your machine. You can use NVM to easily switch versions.
Be sure you have docker on your machine.
Be sure you have the Symfony binary on your machine.
curl -sS https://get.symfony.com/cli/installer | bash
While developing your JS, you can use :
yarn run watch
Then generate the final files and push it :
yarn run build