Answers for ".env not working on react"

0

.env not working on react

//install dotenv via npm
//npm install dotenv --save

//At the top of your file add
require('dotenv').config();
Posted by: Guest on August-15-2020

Code answers related to ".env not working on react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language