serverless-express-starter
v1.1.0
Published
A tool you can simply use one command to create the project for the Serverless and Express. Support both Flow and TypeScript.
Downloads
5
Maintainers
Readme
serverless-express-starter
A tool you can simply use one command to create the project for the Serverless and Express. Support both Flow and TypeScript.
Start
- Use npx to execute.
npx serverless-express-starter
Answer questions by following your heart.
Develop your project, and use below commands to help you develop.
npm/yarn run local Run the local server.
npm/yarn run deploy:dev Deploy the server of dev stage.
npm/yarn run deploy:production Deploy the server of production stage.
Configure deployment credentials
Please read docs on the Serverless website.
Todos
- [x] Support TypeScript
- [ ] Support Google Cloud Functions
- [ ] Support Test Tools
- [ ] Support custom Serverless plugins