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