采用Angular2框架
用git克隆本项目,从命令行进入进入项目根目录,依次执行以下命令:
npm install -g @angular/cli
npm install
ng serve
注意,因为项目中需要访问电影订票系统中的后端api,所以运行前请确保电影订票系统后端已开启,电影订票系统后端详情请查看https://github.com/OldDriversTeam/Tickets-Server
如果npm install的过程出错了,有些包下载不了,尝试运行下列命令:
npm install -g cnpm
cnpm install
ng serve
打开你的浏览器,访问http://localhost:4200/