Skip to content

mikan2000/css0to1-startkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sike.io CSS 0 to 1 Starter Kit

To do the exercises, just edit the files with your favourite editor.

If you want a live-edit experience, install 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.

Publish To Github Pages

You can publish your work on Github so the world can see it. Run this command:

git push origin master:gh-pages

For example, our repository is https://github.com/sikeio/css0to1-startkit, the page would be accessible at http://sikeio.github.io/css0to1-startkit/.

About

CSS 0 to 1 Starter Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.8%
  • CSS 8.0%
  • Makefile 2.2%