内部图书馆安装MongoDB:

  1. 更新并安装MongoDB

  2. 使用以下命令更新Homebrew并安装MongoDB:

    ```

    brew update

    brew install mongodb

    ```

  3. 启动MongoDB服务

  4. 安装Homebrew服务:

    ```

    brew services

    ```

  5. 添加Homebrew boneyard:

    ```

    brew tap homebrew/boneyard

    ```

  6. 启动MongoDB服务:

    ```

    brew services start mongodb

    ```

  7. 运行MongoDB客户端

  8. 使用命令启动MongoDB客户端:

    ```

    mongo

    ```

从NPM和Bower安装依赖

  1. 安装NPM包

  2. 运行以下命令安装NPM依赖:

    ```

    npm install

    ```

  3. 使用Bower安装前端库

  4. 安装Bower依赖:

    ```

    bower install

    ```

初始化并启动 Grunt

  1. 运行Grunt初始化

  2. 使用以下命令初始化Grunt:

    ```

    grunt

    ```

  3. 启动内部库服务

  4. 启动开发服务:

    ```

    grunt serve

    ```