I have a simple app.js file in codesandbox.
Normally in VSCode with nodejs installed, I can just run node app and the file runs
node app
How can I do the same on codesandbox?
it auto starts with nodemon so you don't have to start a app