2016-08-13 99 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

回答

相關問題