简体   繁体   English

如何在 CodeSandBox 中运行脚本?

[英]How do you run a script in CodeSandBox?

I have a simple app.js file in codesandbox.我在代码和框中有一个简单的 app.js 文件。

Normally in VSCode with nodejs installed, I can just run node app and the file runs通常在安装了 nodejs 的 VSCode 中,我可以运行node app并且文件运行

How can I do the same on codesandbox?我怎样才能在代码沙盒上做同样的事情?

it auto starts with nodemon so you don't have to start a app它自动以 nodemon 开头,因此您不必启动应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM