Skip to content

Commit a124d76

Browse files
committed
readme.md content updated, PORT env info added in production section
1 parent b202f74 commit a124d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ npm run build:production
6363
# Build the client for production deployment and start the backend server with 'forever' package
6464
npm start
6565
```
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.
6767

6868
## Known Limitations
6969
* Hot Reloading of the Routes ( Browser refresh is needed! ).

0 commit comments

Comments
 (0)