No description
| README.md | ||
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 updateandsudo apt install nodejs. Check that worked withnode -v. - Run
sudo apt install npm. Check that worked withnpm -v.
- Run
- Init an npm project.