Skip to content

zeisys/nodejs-aac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO RUN

git clone |this repository|

cd |this repository|

MacOS

Run nodejs without Container

brew install node

npm install express

node --version

npm --version

npm list express

node app.js

Remove nodejs

brew uninstall --force --ignore-dependencies node

Run nodejs in a Docker Container

Other Operating Systems

Install NodeJS using https://nodejs.org/en/download/package-manager/ based on the OS

node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published