serverless-express
Serverless + Express.js = ❤
A basic guide on how to use Express as a serverless framework and deploy it to Netlify.
Commands
You can run the following commands:
Development Server for Serverless Functions
yarn start
Production Build for Serverless Functions
yarn build