An open API service indexing awesome lists of open source software.

https://github.com/febobo/generator-gulp-angular-node


https://github.com/febobo/generator-gulp-angular-node

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# generator-gulp-angular-node

## 快速构建你的angular+node+gulp应用
### What is Yeoman?

![](http://i.imgur.com/JHaAlBJ.png)

## 如果你没有使用过yo那么请在命令行执行下面代码

```bash
npm install -g yo
```

### 安装generator-gulp-angular-node

```bash
npm install -g generator-gulp-angular-node
```

### 生成generator-gulp-angular-node项目

```bash
yo gulp-angular-node
```

### 做一下软链接

当前目录下
```bash
ln -s app/client client
```

然后cd到app目录下
```bash
ln -s app/client client
```
再回到当前目录下
```bash
gulp serve
```

### 浏览
gulp serve 后会自动打开浏览器

## Q&A

@febobo