Example Repositories
Here are a few HTML/CSS example projects that are already automated with Gitpod:| Repository | Description | Try it |
|---|---|---|
| Front-End-Checklist | The perfect Front-End Checklist for modern websites and meticulous developers | |
| Devhints | TL;DR for developer documentation - a ridiculous collection of cheatsheets |
emmet Support
Gitpod comes with emmet support right out of the box giving you access to powerful snippets and completions
Live Preview
With Gitpod you can open a preview for HTML files while you are coding. You can do this by opening a web server python -m http.server 8000.
You can also automate this in your .gitpod.yml file, so that every time you start a new workspace your preview is ready to go. For example: