I am new about react and I am following different tutorials trying to understand fundamentals. I'm using the v17 of react.
In those tutorials, I saw a file in the folder structure named serviceWorker.js that is used for making a progressive web app.
I generated my project with npx but in my folder structure, I can't find this file. Is it a bug? or is it something deprecated? or do I have to add it manually?
npx create-react-app, it should be present in thesrc/folder. Can you maybe add a screenshot of your directory structure?npx create-react-app my-app --template cra-template-pwa, you'll get this file