You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2020. It is now read-only.
@@ -45,7 +46,7 @@ After this you can launch a hot reload version of the app which will automatical
45
46
46
47
# path to vue app
47
48
cd vue
48
-
npm run dev
49
+
npm run serve
49
50
50
51
Gekko UI is now served from port 8080, the webpack dev server will compile the vue app (in memory) and intercept all calls to the app itself (`/dist/build.js`) and serve the in memory app. It is important to note that this UI still talks to the API served from the `node server` commmand (on default http://localhost:3000/api)
0 commit comments