简体   繁体   中英

Bootstrap: Can't get grunt to run the server

I downloaded the source code from getbootstrap.com and ran npm install, then grunt connect without any luck.

I see this in my terminal:

Running "connect:server" (connect) task
Started connect web server on 0.0.0.0:3000

But when I navigate over, all I see is this:

在此处输入图片说明

What have I missed? I feel I've missed something basic here but unsure why I'm not seeing anything at all?

在Internet协议版本4中,地址0.0.0.0是不可路由的元地址,用于指定无效,未知或不适用的目标。

Unfortunately,bootstrap doc is not build in grunt, you need to install Jekyll to run the web local.so you need install ruby first,and install gem second,then install jekyll,finally,use

jekyll serve

to run the local server. watch the guide

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM