felix-d1strict / single-page-app-vanilla-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:5060/

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

About


Languages

Language:JavaScript 77.7%Language:HTML 11.4%Language:CSS 10.9%