npm install
gulp
gulp --open
Browser is editable on gulpfile.
gulp build-prod
Create a file in root of folder named .ftppass with auth information
example:
{
"privateKeyEncrypted": {
"user": "username",
"passphrase": "passphrase",
"keyLocation": "~/.ssh/yourkey.pem"
}
}
Then
gulp sftp-internal
Scripts on package.json
Start process with Nodemon:
npm start
Running test specs (start application before, then):
npm test