2023.213.0 • Published 1 year ago

build-a-node-js-project-from-scratch v2023.213.0

Weekly downloads
-
License
CC BY-NC-SA 4.0
Repository
github
Last release
1 year ago

Build a Node.js Project from Scratch

下载

Docker

docker pull apachecn0/build-a-node-js-project-from-scratch
docker run -tid -p <port>:80 apachecn0/build-a-node-js-project-from-scratch
# 访问 http://localhost:{port} 查看文档

PYPI

pip install build-a-node-js-project-from-scratch
build-a-node-js-project-from-scratch <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g build-a-node-js-project-from-scratch
build-a-node-js-project-from-scratch <port>
# 访问 http://localhost:{port} 查看文档
2023.213.0

1 year ago