serverless-express-starter

1.1.0 • Public • Published

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

/serverless-express-starter/

    Package Sidebar

    Install

    npm i serverless-express-starter

    Weekly Downloads

    3

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    41.6 kB

    Total Files

    16

    Last publish

    Collaborators

    • ku8990