Home  >  Q&A  >  body text

求教如何将一个express部署到centOS服务器上?

如题,已经在安装服务器上安装好nodejs和npm了,下一步该怎么操作,求详细,谢谢.

巴扎黑巴扎黑2733 days ago517

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-04-26 09:03:14

    Just install express with npm

    npm install -g express

    In fact, you don’t need to install express on the server. You can directly upload local files and run them.

    An article written before: http://blog.csdn.net/ul646691...

    reply
    0
  • Cancelreply