File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -54,25 +54,25 @@ Currently the tool can be used to monitor the following information:
54
54
sudo npm install -g npm
55
55
```
56
56
4 . Install bower and gulp:
57
- ``` bash
58
- sudo npm install -g bower gulp
59
- ```
57
+ ```bash
58
+ sudo npm install -g bower gulp
59
+ ```
60
60
5 . Install NPM dependencies:
61
- ``` bash
62
- npm install
63
- ```
61
+ ```bash
62
+ npm install
63
+ ```
64
64
6 . Install Bower dependencies:
65
- ``` bash
66
- bower install
67
- ```
65
+ ```bash
66
+ bower install
67
+ ```
68
68
7 . Perform a build:
69
- ``` bash
70
- gulp build
71
- ```
69
+ ```bash
70
+ gulp build
71
+ ```
72
72
8 . Serve the fully assembled project:
73
- ``` bash
74
- node api/server.js serve:dist
75
- ```
73
+ ```bash
74
+ node api/server.js serve:dist
75
+ ```
76
76
77
77
The server will launch on port 3000. A proxy server through Apache or NGINX is recommended for production environments.
78
78
You can’t perform that action at this time.
0 commit comments