文件名称:nodejs-操场
文件大小:138KB
文件格式:ZIP
更新时间:2024-03-05 11:23:47
JavaScript
NodeJS游乐场 入门 # install dependencies yarn # prepare the repo yarn copyfiles # build the app the first time yarn build # start the app yarn start 如何运行Docker映像 docker-compose up --build 构建和部署Docker映像 docker-compose build 杂项 贡献者 :sparkles: 感谢这些很棒的人(): 该项目遵循规范。 欢迎任何形式的捐助! 执照
【文件预览】:
nodejs-playground-main
----.husky()
--------pre-push(51B)
--------.gitignore(1B)
----package.json(2KB)
----Dockerfile(420B)
----jest.config.js(369B)
----prettier.config.js(119B)
----LICENSE(1KB)
----.env.example(9B)
----src()
--------__tests__()
--------server.ts(264B)
--------index.ts(298B)
----tsconfig.test.json(81B)
----.eslintrc.js(1KB)
----tsconfig.json(412B)
----docker-compose.yml(169B)
----.all-contributorsrc(537B)
----.gitignore(2KB)
----.dockerignore(64B)
----README.md(1KB)
----yarn.lock(332KB)
----.eslintignore(45B)
----scripts()
--------copyfiles.js(625B)
----.vscode()
--------settings.json(234B)
--------extensions.json(186B)