Express,React / Redux,MySQL Boilerplate
开始使用
1.先决条件
节点程序包管理器
关系数据库管理系统(RDBMS)
2.安装
在命令提示符下,运行以下命令:
$ git clone https://github.com/Bikranshu/express-react-boilerplate.git
$ cd express-react-boilerplate
$ 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 producti
评论0
最新资源