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
.
You have to run the following command to deploy to production.
$ npm run deploy:prod
- 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...
- @serverless-guy/lambda
- Fork it (https://github.com/serverless-guy/serverless-starter-kit/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request