Skip to content

serverless-guy/serverless-starter-kit

Repository files navigation

serverless-starter-kit

Donate codecov Greenkeeper badge Build Status

Setup

You have to clone the repo first using the command below:

$ git clone https://github.com/serverless-guy/serverless-starter-kit.git

Once the cloning process is done, you have to cd to the project's directory and install the project's dependencies:

$ cd serverless-starter-kit
$ npm install

To run the application locally, you have to run the following command:

$ npm run develop

The application should run on http://localhost:3000.

Deploying

You have to run the following command to deploy to production.

$ npm run deploy:prod

devDependencies

  • aws-sdk
  • chai
  • chai-as-promised
  • eslint
  • mocha
  • nyc
  • serverless
  • serverless-offline
  • serverless-prune-plugin
  • serverless-webpack
  • ts-loader
  • ts-node
  • typescript
  • webpack
  • webpack-cli
  • webpack-node-externals

and other types related devDependencies...

dependencies

  • @serverless-guy/lambda

Contributing

  1. Fork it (https://github.com/serverless-guy/serverless-starter-kit/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Simple starter kit for AWS serverless project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published