文件名称:ipl-auction
文件大小:2.61MB
文件格式:ZIP
更新时间:2024-03-29 06:55:09
JavaScript
开始使用 1.先决条件 节点程序包管理器 关系数据库管理系统(RDBMS) -Java 11 SDK 2.安装 在命令提示符下,运行以下命令: $ git clone https://github.com/hariprasads/ipl-auction.git $ cd ipl-auction $ cp .env.example .env (edit it with your secret key and database information) $ npm install $ npm run migrate 最后,启动并构建应用程序: $ npm run build (For development) $ npm run build:prod (For production) NPM命令列表: $ npm run lint # linting $ npm