SharathHuddar / express-serverless-boilerplate

A boilerplate for using expressjs with serverless framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Serverless boilerplate

Simple boilerplate for using expressjs with serverless framework.

Setup

Clone the repo and cd into the directory :

git clone https://github.com/SharathHuddar/express-serverless-boilerplate.git && cd express-serverless-boilerplate/

Install all the dependencies :

npm install

Install claudiajs and serverless :

npm install -g serverless claudia

Run express server locally :

npm start

To deploy your app to AWS, first install aws-cli and then configure it.

Now, deploy the app using serverless :

serverless deploy

About

A boilerplate for using expressjs with serverless framework


Languages

Language:JavaScript 89.0%Language:HTML 8.4%Language:CSS 2.7%