A youtube application with a remote (on 2nd client) that controls it using fullstack javascript.
Please follow the Prepare instructions
We using branch per feature workflow 1, 2 master is protected and always deployable.
- every feature/bug-fix/any code change should be made in separated branch, Never Ever commit to master.
- rebase your branch from latest master and solve conflicts on your side.
- push branch to remote(github) and
request merge
(pul request). - if code not passed review please fix, rebase and resubmit.
# create new branch from master
/home/bystac/project-x (master)> git checkout -b feature-y-2231
# commit all you changes
# swtich back to master, pull changes and rebase your branch
> git checkout master && git pull
> git rebase master feature-y-2231 # shortcut to checkout
> git push origin feature-y-2231
git clone https://github.com/tikalk/youtube-remote-js.
-
Install node.js
-
npm -g install sails
-
npm -g install yo
-
go to project folder
npm install bower install
From project folder run sails lift