Skip to content

lifeisfoo/nodejs-intro-cometocode-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Node.js + npm

https://nodejs.org/en/

01

cd 01-hello-node
node hello-node.js

02

cd 02-express-api-full
npm run start (o node index.js)
npm test - test
npm run autoreload - autoreload

03

cd 03-socket-io
node index.js

Releases

No releases published

Packages

No packages published