Manual Deployment
Deployment
Manual (Linux server)
Run
gulp build. This will build your project into thedistfolder by default.Zip up the contents of your
distfolder and send it off to your server.On your server, unzip your built files somewhere on the disk. Ex: in a
myprojfolder.$ cd myproj$ NODE_ENV=production node ./server
Last updated
Was this helpful?