Skip to content

Commit 484646b

Browse files
committed
docs: add README.md
1 parent d911afd commit 484646b

File tree

3 files changed

+5723
-0
lines changed

3 files changed

+5723
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Angular 调查问卷示例项目
2+
3+
### 这是由广发证券互联网金融技术团队出品的原创书籍《揭秘 Angular》的第三部分项目实战的源代码。
4+
5+
![揭秘 Angular 封面](./angular_programming.jpg)
6+
7+
这个示例项目包含以下特点:
8+
9+
* 遵循官方最佳实践的目录布局
10+
* 代码难易程度适中,方便学习
11+
* 功能丰富的脚手架,易于扩展使用
12+
* 简洁化的后端服务,聚焦前端框架学习
13+
14+
15+
## 如何上手
16+
17+
调查问卷项目包括前端 frontend 目录以及后端 backend 目录。我们可以先运行后端服务,方便前端的注册与登录用户以及提供问卷相关的服务。安装过 Node.js 之后(确保你的 Node.js 版本为 6.x 及以上),在终端运行以下命令:
18+
19+
```bash
20+
cd backend
21+
npm install
22+
node app
23+
```
24+
25+
接下来,将终端目录定位 frontend 之中,再运行以下命令:
26+
27+
```bash
28+
npm install
29+
npm start
30+
```
31+
32+
以上前后台的命令都执行完后,即成功启动整个项目应用。

angular_programming.jpg

77.2 KB
Loading

0 commit comments

Comments
 (0)