daf-dataportal
daf-dataportal copied to clipboard
Added PORT to run across platforms.
line 71 in package.json
"start": "PORT=80 react-scripts start",
has Unix kind of syntax (causes problems in Windows). Fixed it by introducing a .env
file containing the PORT value. Also updated the Readme.MD