Skip to content

dcode-youtube/single-page-app-vanilla-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

single-page-app-vanilla-js

Taken from my YouTube Tutorial: https://www.youtube.com/watch?v=6BozpmSjk-Y

A Quick Test-Drive

To give the completed code a quick test-drive:

  1. Install Node.js
  2. Navigate to the project folder and run the following from a terminal:
    • npm init -y (to create a Node.js project)
    • npm i express (to install Express)
    • node server.js (to run the server)
  3. Open localhost in a web browser, using the port specified in server.js e.g. http://localhost:3000/

Refer to the YouTube Tutorial for step-by-step instructions to create the code. Enjoy! :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •