nodejs-boilerplate

时间:2024-06-03 04:08:12
【文件属性】:

文件名称:nodejs-boilerplate

文件大小:48KB

文件格式:ZIP

更新时间:2024-06-03 04:08:12

JavaScript

NodeJS样板 服务器应用程序的高度可扩展性和简单样板。 快速开始 将.env.example重命名为.env 。 然后: # install dependencies $ yarn # reload on each change $ yarn build:watch # or $ yarn dev # reload on each change and inspect # https://nodejs.org/api/debugger.html#debugger_v8_inspector_integration_for_node_js $ yarn dev:inspect # build for production $ yarn build # run lint $ yarn lint # run lint and watch $ yarn lint:watch # run tes


【文件预览】:
nodejs-boilerplate-master
----.env.example(390B)
----.flowconfig(39B)
----knexfile.js(937B)
----public()
--------index.html(227B)
--------images()
--------css()
----server.js(619B)
----database()
--------migrations()
--------index.js(122B)
--------seeds()
----.yarnclean(398B)
----.eslintrc.js(639B)
----src()
--------messages()
--------initializers()
--------services()
--------utils()
--------models()
--------controllers()
--------repository()
--------index.js(3KB)
--------routes()
----.babelrc(546B)
----lib()
--------json-response()
----.docker()
--------dev()
----.travis.yml(276B)
----README.md(2KB)
----Makefile(3KB)
----.editorconfig(707B)
----jest.config.json(429B)
----.gitignore(142B)
----.eslintignore(43B)
----flightplan.js(2KB)
----package.json(4KB)
----.nvmrc(7B)

网友评论