We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9661e commit cb46d8cCopy full SHA for cb46d8c
template/README.md
@@ -27,7 +27,7 @@
27
$ npm test
28
```
29
30
-## Running Development Server (API and Client)
+## Running the development server (API and Client)
31
32
33
$ npm run dev
@@ -38,3 +38,19 @@
38
39
$ npm run build
40
41
+
42
+## Executing built files
43
44
+For client you can use any http server, like [http-server](https://github.com/indexzero/http-server):
45
46
+```bash
47
+ $ cd build/client
48
+ $ http-server
49
+```
50
51
+You can run the server with:
52
53
54
+ $ cd build/server
55
+ $ node .
56
0 commit comments