- There should be no configuration details in the code
- A perfectly new user should be able to run
npm run setup to be prompted for environmental variables.
- Most developers on the team are windows developers so configurations should be in an configuration file
Use yarn add dotenv and yarn add prompt to accomplish this.
npm run setupto be prompted for environmental variables.Use
yarn add dotenvandyarn add promptto accomplish this.