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.


Keywords
serverless, express, starter, template, boilerplate, serverless-express, flow, eslint
License
MIT
Install
npm install serverless-express-starter@1.1.0

Documentation

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

  1. Use npx to execute.
  npx serverless-express-starter
  1. Answer questions by following your heart.

  2. 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

  • Support TypeScript
  • Support Google Cloud Functions
  • Support Test Tools
  • Support custom Serverless plugins