| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the materials for the Web Development in a Nutshell.
Most of the material for the workshop is available on tutorial.md and the slides are available here.
For this workshop you'll need to have a text editor and Ruby installed on your machine. The easiest way to get this done is by downloading and installing:
Visual Studio Code is a text editor that works on Mac, Windows, and Linux. It also provides connectivity to Docker which we will use to download a container with Ruby installed on it.
Once you have downloaded and installed Docker make sure you run the Docker application (aka Docker Desktop) and keep it running for the duration of the workshop.
Note: If you already have Ruby installed on your machine then you don't need Docker. Any version 3.x of Ruby is OK for this workshop.
There are two options to download the code examples:
git clone https://github.com/hectorcorrea/webdev-nutshell.git
Once you have downloaded the code examples launch Visual Studio Code and open the folder with the code examples: webdev-nutshell if you used Git or webdev-nutshell-main otherwise.
And now you ready to follow the steps in tutorial.md
Happy coding your first web application!
A brief description of the files in this repository.
Workshop tutorial:
HTML and CSS examples:
Ruby examples:
| Back | FazBrowse Home | New Git URL |