## 2-STEPS # 1. # install 'dotenv' npm with npm install dotenv --save # 2. # Then make sure you kill the # development server and start # it afresh after you edit a # '.env' file. Use 'npm start' # to retart it npm start # Worked for me!