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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ npm run build:production
63
63
# Build the client for production deployment and start the backend server with 'forever' package
64
64
npm start
65
65
```
66
-
Backend server will start at http://localhost:8080, inside **forever** process and bundled frontend client will be served from the `dist` directory.
66
+
Backend server will start at http://localhost:8080 or the value provided in PORT environment variable, inside **forever** process and bundled frontend client will be served from the `dist` directory.
67
67
68
68
## Known Limitations
69
69
* Hot Reloading of the Routes ( Browser refresh is needed! ).
0 commit comments