Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move config files outside of src #4

Open
5arias opened this issue Aug 12, 2018 · 0 comments
Open

Move config files outside of src #4

5arias opened this issue Aug 12, 2018 · 0 comments

Comments

@5arias
Copy link

5arias commented Aug 12, 2018

There's no hard rule against placing configuration files inside the src folder however it's a common/best practice to keep development configuration code elsewhere in your directory structure. If you ever eject your app, you'll find that a config directory is created at the project root containing files for jest and webpack.

https://github.com/mikedolan03/myhealthtarget/blob/master/src/config.js
https://github.com/mikedolan03/myhealthtarget/blob/master/src/setupTests.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant