No description
Find a file
2025-02-05 12:20:53 +01:00
README.md initial commit 2025-02-05 12:20:53 +01:00

Express hello world

A joke application.

How to set up

Note: I'm assuming you're running Ubuntu 22.04.

  • Get nodejs and npm ready
    • Run sudo apt update and sudo apt install nodejs. Check that worked with node -v.
    • Run sudo apt install npm. Check that worked with npm -v.
  • Init an npm project.