npm install - you may need sudo before npm install
After installation, run gulp and a server will start up at localhost:8000
Install https://github.com/git-ftp/git-ftp
You may need to use to command for the first time
git ftp init -u <username> -p <password> ftp://online-pt.no/public_html
To push new code:
git ftp push -u <username> -p <password> ftp://online-pt.no/public_html