you can hit
ctrl-c
to stop the processes you start, but the effect will often be the same with closing the terminal.
I don’t know if you need to run
npm dev run
, it depends on what is in your
package.json
in that folder
🙂 It could be that it starts your frontend application?
the blank files sound like a mistake, yes
🙂 Again, its hard to tell you “you can delete them” from here, as I know nothing of what your application is or does, but you could for instance try to move them to a different folder, or rename them, and see if everything still works before deleting them. (Or if you use
git
for version control, you can ensure you have them in a commit you can roll back to if it ends up breaking something if they are deleted)