2016-08-13 94 views
0

我尝试启动Angular2 Webpack Starter 节点v6.3.1 NPM v3.10.6如何安装Angular2 Webpack Starter?

循序渐进:

# clone our repo 
# --depth 1 removes all but one .git commit history 
git clone --depth 1 https://github.com/angularclass/angular2-webpack-starter.git 

# change directory to our repo 
cd angular2-webpack-starter 

# install the repo with npm 
npm install 

,当我尝试运行:NPM启动 在命令窗口中的最新行:

webpack: bundle is now VALID. 
[default] Checking started in a separate process... 
[default] Ok, 6.164 sec. 

没有什么事情发生,帮我

+1

打开浏览器,转到http://0.0.0.0:3000或http://本地主机: 3000 – Sanket

+0

是的。东西打开了。但它看起来像破碎。重定向到http:// localhost:3000 /%3C%=%20webpackConfig.metadata.baseUrl%20 %% 3E#/ – Mediator

回答