ProgSoc / Web-Dev-Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Dev Workshop

Workshop Run Sheet

  1. Install node:
    • Windows https://nodejs.org/en/
    • Linux curl -sL https://deb.nodesource.com/setup_current.x | sudo -E bash - && sudo apt-get install -y nodejs
  2. Clone this repository, using either a gui such as Git Kraken, or git clone
  3. Navigate the app.js, src/index.html,src/index.js and src/style.css files to understand how they connect
  4. npm install express
  5. node app.js
  6. Navigate to localhost:3000
  7. Show the console (F12), and that the example JSON has been retrieved

About


Languages

Language:JavaScript 56.9%Language:HTML 31.1%Language:CSS 12.0%