# learngrunt **Repository Path**: react-module/learngrunt ## Basic Information - **Project Name**: learngrunt - **Description**: 学习grunt - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 全局安装`grunt`,`bower` ``` npm install grunt grunt-cli -g npm install bower -g ``` 2. 项目模块安装 ``` npm install ``` 3. 启动 ``` npm run dev ```