JavaScript Deep Dive Series — 1 If you have been using frontend frameworks such as Vue.js or React.js for a while, you might have already been familiar with the .env files sitting in your project. We use them to switch to different modes, e.g. development, test, and production. Basically, we…