File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Set up Maven (3.9.10):
28
28
# echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile
29
29
# source ~/.bashrc
30
30
31
- Setup up NodeJS (LTS) :
31
+ Setup up Node.js 16 :
32
32
33
- # curl -sL https://rpm.nodesource.com/setup_12 .x | sudo bash -
33
+ # curl -sL https://rpm.nodesource.com/setup_16 .x | sudo -E bash -
34
34
# sudo yum install nodejs
35
35
# sudo npm install -g @vue/cli npm-check-updates
36
36
@@ -104,13 +104,13 @@ To install dependencies.
104
104
105
105
To build the project.
106
106
107
- $ npm build
107
+ $ npm run build
108
108
109
109
For Development Mode.
110
110
111
111
$ npm start
112
112
113
- Make sure to set CS_URL=http://localhost:8080/client on .env.local file on ui .
113
+ Make sure to set ` CS_URL=http://localhost:8080 ` on the ` .env.local ` file on UI .
114
114
115
115
You should be able to run the management server on http://localhost:5050
116
116
You can’t perform that action at this time.
0 commit comments