Open TychicusThomas opened 2 months ago
cd ubiquitous-umbrella-first/
$code .
toggle over new instances of VS code
'node -v' if not, go download it... https://nodejs.org/en
const express = require('express') const app = express()
app.get('/', function (req, res) { res.send('Hello World') })
app.listen(3000)
in our terminal,
if im in windows, kill powershell, open github
https://gitforwindows.org/