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
- Host: GitHub
- URL: https://github.com/platypew/expressjs-test
- Owner: PlatyPew
- Created: 2018-04-13T15:52:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T01:29:32.000Z (about 7 years ago)
- Last Synced: 2025-01-08T10:45:07.255Z (4 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```