I am currently working on a reactjs project which has been created with create-react-app
. env-cmd
package is a little too old and is not under maintenance anymore so I'd like to use dotenv
instead. Is there a way that I can specify a .env
file just like we usually do with env-cmd
but with the help of dotenv
instead? Or is there a suggested method I should be following using dotenv
?
Thanks in advance.