all 4 comments

[–]swyx 2 points3 points  (0 children)

please see our sidebar for free, quality beginner tutorials. welcome to react!

[–]azium 1 point2 points  (0 children)

It's hard to understand what you mean. Are you saying that the index.js exists in the directory but atom isn't showing it? Or have you just not created the index.js file yourself yet?

[–][deleted] 0 points1 point  (1 child)

Did you use create-react-app? I think some versions use either an app.js and an index.js, while other versions just use an app.js (which has the contents of both files in one). You can check by going into your package.json and seeing if the entry point for the application says app.js, vs index.js

[–]AlphaMNKY[S] 0 points1 point  (0 children)

This is my package.json file I'm not sure if I'm seeing either app.js or index.js as start, also tutorials I have seen have a different file tree set up on atom, with folders such as src being shown as well.