An open API service indexing awesome lists of open source software.

https://github.com/platypew/expressjs-test

Messing around with node.js because I am 3smart5u
https://github.com/platypew/expressjs-test

Last synced: 3 months ago
JSON representation

Messing around with node.js because I am 3smart5u

Awesome Lists containing this project

README

        

# ExpressJS test
Messing around with node.js because I am 3smart5u

## How to run the damn thing

Do `./run.sh`. Is it that hard?

**What you need**
- npm
- nodejs
- The will to use the command line

**You can always do this to install the required packages**

```bash
sudo apt update
sudo apt install nodejs npm -y
# Sorry, can't help you with the last one
```