文件名称:模板:准系统无服务器模板服务
文件大小:198KB
文件格式:ZIP
更新时间:2024-03-07 09:16:57
JavaScript
BE模板服务
此模板服务为您提供了最新的现代JavaScript(通过Webpack + Babel进行ES6,通过Jest测试,通过ESLint进行lint并使用Prettier进行格式化),无服务器的便捷性和强大功能以及自举的AWS(DynamoDB,S3和SQS)架构。
安装后,您可以在几分钟之内创建和部署具有最新ES6功能的功能,并加入棉绒和格式。
安装
# Install dependencies
yarn install
在本地运行
# Start local API gateway
yarn start
用Jest测试您的功能
Jest被安装为testrunner。 要创建测试,请将您的测试与要测试的文件
【文件预览】:
be-template-master
----yarn.lock(434KB)
----auth0()
--------AddRoleToJWT.js(520B)
--------AddRoleToUser.js(1KB)
----.eslintrc.js(254B)
----webpack.config.js(996B)
----src()
--------services()
--------functions()
----.babelrc(262B)
----.vscode()
--------settings.json(81B)
----.circleci()
--------config.yml(385B)
----jsconfig.json(62B)
----config()
--------setupJest.js(364B)
----jest.config.js(290B)
----README.md(2KB)
----mocks()
--------index.js(817B)
----.editorconfig(239B)
----.gitignore(239B)
----.yvmrc(8B)
----infrastructure()
--------serverless.yml(5KB)
--------resources()
----package.json(2KB)
----.nvmrc(9B)