Skip to content

SoftStackFactory/Intro-HTML-CSS-JS-Workshop

 
 

Repository files navigation

SoftStack Factory Intro HTML/JS/CSS Starter

In this project you have a simple, website with just 3 files.

Deploy Site

Netlify Clicking Netify button will clone this repository onto your github account and deploy this site onto the internet with netlify.

Trying it out with GitPod

Gitpod

After clicking the Netlify button, we can make changes in Gitpod.io IDE.

To try out this project with gitpod, you can simply go to your Address Bar up ☝️ there, click inside, and add gitpod.io/# BEFORE the address already there. Gitpod will ask you to sign in with a GitHub id (you'll need to register if you haven't) and then it will create a full-fledged environment to play with this code. If everything works as planned, you should get a browser preview to the right automatically, and if you edit and save your code in index.js it should automatically refresh and show your changes. If it does not, for some reason, you an click the refresh icon at the top.

If you want to PERMANENTLY SAVE your code, you should use GitHub to fork or duplicate this repository before you start GitPod. Then you'll be able to use the Source Control fetaures of this editor to commit and push your code to GitHub, saving it permanently in your own copy of this repository!

A couple of important notes

I have automated this repository as much as possible, but you may need this information in case things break:

  • In case the web preview doesn't load or crashes, you should be able to start it up by clicking "Terminal -> Run Task" and choosing shell:serve from the popup menu.

  • Many of the files that make this repository work have been hidden in gitpod to keep it as simple-looking for you as possible. They are still there, just invisible. To make them visible for editing (or fixing), you can look for a "Hidden Items" panel in the file explorer. If it's not there, use "File->Preferences->Workspace Settings" to see the list of hidden files and adjust as needed.

Using VS Code on a local computer instead

Though this repository was really designed to be used in GitPod, you could also download it locally and use it in Visual Studio Code. To get it working, you would need to (1) Install NodeJS and npm, (2) install VS code, (3) use your git tool of choice to clone this repository, (4) run "npm install" in the project folder (there is a task for that in Terminal->Tasks). You can still use the "serve" task from the terminal to run the code in a browser.

Deploy Site

Netlify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • HTML 33.3%