Skip to content
bright edited this page Nov 1, 2017 · 4 revisions

快速入门

git clone --depth=1 https://github.com/stbui/angular-material-app.git

切换到项目目录

cd angular-material-app

安装项目依赖并启动项目

npm install
npm run start

打开你的浏览器,访问

http://127.0.0.1:4200
  • 4、安装angular-cli(可选)
npm install -g @angular/cli 

参考资源

Clone this wiki locally