Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greyby/sike-css0to1-profile
https://github.com/greyby/sike-css0to1-profile
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/greyby/sike-css0to1-profile
- Owner: greyby
- Created: 2015-05-26T10:44:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T16:38:37.000Z (over 9 years ago)
- Last Synced: 2024-10-15T09:15:37.325Z (3 months ago)
- Language: HTML
- Size: 684 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://www.browsersync.io/).
To install BrowserSync:
```
npm install [email protected]
```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.