React Express入门包
使用React和Express创建全栈应用程序。 使用单个命令运行客户端和服务器。
Redux版本
此版本不包括Redux
快速开始
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev
# Run t