react-play
react-play copied to clipboard
✨ [Feature request]: Adding .env file for dev mode during create-react-play process
We can create a .env file with the required dev setup details. Also, we can update .gitignore not to check in this file.
This would be really helpful for any beginner.
didnt quite understand the issue although we need .env file in order to run the app locally. we have it here https://github.com/reactplay/react-play#%EF%B8%8F-create-a-env-file-at-the-root-of-your-project-folder-with-the-following-content
I saw that .env files are already in .gitignore. Perhaps it would be heplful if there will be .env.example file in project with data, that beginners could just rename and that's should be enough to get started.
If so i could take this issue.
Great suggestion @NagarjunShroff! Gonna implement it 🚀