We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a846726 commit e6e0837Copy full SHA for e6e0837
docs/03_Deployment/00_title.md
@@ -1 +1,19 @@
1
[STUB]
2
+
3
+# Deployment
4
5
+## Manual (Linux server)
6
7
+1. Run `gulp build`. This will build your project into the `dist` folder by default.
8
9
+2. Zip up the contents of your `dist` folder and send it off to your server.
10
11
+3. On your server, unzip your built files somewhere on the disk. Ex: in a `myproj` folder.
12
13
+4. ```bash
14
+$ cd myproj
15
+```
16
17
+5. ```
18
+$ NODE_ENV=production node ./server
19
0 commit comments