react-play icon indicating copy to clipboard operation
react-play copied to clipboard

✨ [Feature request]: Adding .env file for dev mode during create-react-play process

Open NagarjunShroff opened this issue 2 years ago • 2 comments

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.

NagarjunShroff avatar Oct 10 '22 15:10 NagarjunShroff

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

Angryman18 avatar Oct 11 '22 02:10 Angryman18

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.

Yordaniss avatar Oct 19 '22 20:10 Yordaniss

Great suggestion @NagarjunShroff! Gonna implement it 🚀

ammaaraslam avatar Oct 24 '22 05:10 ammaaraslam