# adf-demo **Repository Path**: abrazos/adf-demo ## Basic Information - **Project Name**: adf-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #初始化git库 ## 初始化 ``` git submodule update --init --recursive ``` ## 检出master分支 ``` git submodule foreach --recursive git checkout master ``` ## 安装npm依赖 ``` npm install git submodule foreach --recursive npm install ``` # 更新代码 ``` git submodule foreach --recursive git pull --all ``` # 启动服务 1. 把需要启动的前端工程放到bundles目录下面 2. 修改mvc-new/config.js里面的服务端地址配置 3. 启动 demo/bin/www 4. 访问localhost:3000