全栈Web应用程序框架 入门 克隆并安装依赖项: $ git clone https://github.com/oh-my-c0de/oh-my-fullstack.git ./my-fullstack && cd my-fullstack && yarn 在开发模式下运行应用程序: $ yarn start 造访 而已! :smiling_face_with_sunglasses: 剧本 $ yarn start以开发模式启动应用程序。 $ yarn prod:start使用PM2启动应用程序。 $ yarn prod:stop停止应用PM2 。 $ yarn prod:r