taurus-tv/README.md
Dávid Danyi e434523925 * minor usage documentation
* colors added for some new tags
* tag text case doesn't matter in matching
2017-08-24 18:43:24 +02:00

1.2 KiB

TaurusTv

Tools used for development

Install the latest versions, add them to your $PATH.

Prepare for development

Install required node packages

sudo npm -g i typescript gulp @angular/cli
# Inside your project root
npm 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.

Angular cli

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

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 the Angular CLI use ng help or go check out the Angular CLI README.