node js example app 带有NodeJS和Express的Jumpstarter示例应用程序
node-js-example-app带有NodeJS的Jumpstarter和带有SQLite的Express的示例应用程序安装:确保您已按照安装NodeJS和克隆Jumpstarter跟踪存储库的说明进行操作。然后ssh进入您的程序集并运行以下命令: $ cd /app/code/ $ git clone https://github.com/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平台上运行该应用程序: $
用户评论