Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/centraldashboard-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Backend server side code resides in the [backend](./backend) directory. The serv
```
cd components/centraldashboard-angular/backend
npm i
npm run backend
npm run dev
```

This starts the Express API server at http://localhost:8082. Requests from the front-end starting with `/api` are proxied to the Express server. All other requests are handled by the front-end server which mirrors the production configuration.
Expand Down
Loading