initial commit
This commit is contained in:
commit
6d34f0146a
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue