Sorry for the stupid question but I have never used FTP before. I have a webapp that is built upon gulp and bower.json and angularjs using gulp-angular yeoman generator. normally running this app locally I would run bower-install and then gulp and then gulp serve but now I want to deploy it to a server using FTP via fileZilla.
I know how to upload files there, have everything setup I can run a simple html page but I am stumped how to initiate this app there?