TaurusTv
Tools used for development
Install the latest versions, add them to your $PATH.
Prepare for development
The app needs a copy of the *.dist files under the config folder without the .dist extension filled with the correct information.
These files are moved to a shared/ folder on deployment and simlinks are created pointing to them, so their content is retained on subsequent deploys.
Install required node packages
# Inside your project root
composer install
Deployment
Run dep deploy in the project root, to deploy the application to vasgyuro.tsp. The application will automatically reload on the TV when a new version is deployed.
Development
Development server
Run composer serve for a dev server. Navigate to http://localhost:8080/.
Code scaffolding
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module.
Further help
To get more help on ZF3-Expressive go check out ZF Expressive.