标签: express
我在(OSX)中键入以下命令创建了express.js应用程序:
express.js
$ express mytestapp<br> $ cd mytestapp<br> $ npm install
然后当我输入以下代码时
$ node app.js
我导航到http://localhost:3000我的网页不可用。
http://localhost:3000
答案 0 :(得分:3)
npm start
The relevant section of the docs