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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Run the following commands in order to have the code up and running on your mach
23
23
$ npm install
24
24
25
25
# Builds and serves assets with hot-reload
26
-
$ npm run dev
26
+
$ npm run serve
27
27
```
28
28
You should now have the application running and accessible at http://localhost:8080 (note: will run on a different port if 8080 is occupied, most common alternative port is 8081).
0 commit comments