node-js-example-app带有NodeJS的Jumpstarter和带有SQLite的Express的示例应用程序
安装: 确保您已按照安装NodeJS和克隆Jumpstarter跟踪存储库的说明进行操作。然后ssh进入您的程序集并运行以下命令:
$ cd /app/code/
$ git clone jumpstarter-io/node-js-example-app.git
$ cd node-js-example-app
$ npm install sequelize@2.0.0-rc1
$ npm install sequelize-cli
$ npm install sqlite3
$ npm install
跑步: 如果您在Jumpstarter平台上运行该应用程序:
暂无评论