xixijay1988 / sike-css0to1-profile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sike.io CSS 0 to 1 Lesson Git

Require browsersync

To install BrowserSync:

npm install browser-sync@2.7.1

To run the live-edit web server:

browser-sync start --server --port 4000 --files index.html --files css/main.css

It should open the url http://localhost:4000 immediately. Editing index.html or css/main.css would cause the browser to automatically refresh.

About


Languages

Language:HTML 50.6%Language:CSS 48.3%Language:Makefile 1.1%