Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 482 Bytes

File metadata and controls

26 lines (17 loc) · 482 Bytes
title sort
Deployment
0

[STUB]

Deployment

Manual (Linux server)

  1. Run gulp build. This will build your project into the dist folder by default.

  2. Zip up the contents of your dist folder and send it off to your server.

  3. On your server, unzip your built files somewhere on the disk. Ex: in a myproj folder.

$ cd myproj


5. ```
$ NODE_ENV=production node ./server