Last updated 5 years ago
Was this helpful?
Run gulp build. This will build your project into the dist folder by default.
gulp build
dist
Zip up the contents of your dist folder and send it off to your server.
On your server, unzip your built files somewhere on the disk. Ex: in a myproj folder.
myproj
$ cd myproj
$ NODE_ENV=production node ./server