Skip to content

NGodunok/Tutorial1600

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

How to Create a Webpage

Tutorial for INFOTEC 1600 Final:

Author: Natan Godunok

The purpose of this tutorial is providing an entry into web development for people who want a platform to explore and experiment code on. The linked pages give more details on how to change the live server port and the other walks through creating a JavaScript file.

This tutorial is made for people with minimal knowledge regarding coding and computers in general and is meant to be an introduction into the topic.

  1. This tutorial covers the creation of a locally hosted webpage utilizing Visual Studio Code.
  2. Install Visual Studio Code from their official website
    • In VS (visual studio) download the extention "Live Server" authored by Ritwick Dey.
    • Download any other extentions you think will be helpful (there are plenty of online resources discussing VS extentions)
  3. Now open or create a folder in which you want to have your code
    • You can minimize the VS window and right click on your desktop to create a folder.
    • To open a folder simply press the "Open Folder" button when VS first boots up, or in the top left press "File", and again "Open Folder".
    • A warning will pop up, except for select circumstances the folder you are opening can be trusted.
  4. Create a file, up to you what you want to make and with what (html, c#, etc.)
  5. Finally, in the bottom right corner press the "go live" button.

Live Server Port Configuration    JavaScript walkthrough

About

Tutorial for INFOTEC 1600 Final

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors