Skip to content

Commit cb46d8c

Browse files
committed
doc(readme): add executing instructions
1 parent 8f9661e commit cb46d8c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

template/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$ npm test
2828
```
2929

30-
## Running Development Server (API and Client)
30+
## Running the development server (API and Client)
3131

3232
```
3333
$ npm run dev
@@ -38,3 +38,19 @@
3838
```
3939
$ npm run build
4040
```
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+
```bash
54+
$ cd build/server
55+
$ node .
56+
```

0 commit comments

Comments
 (0)