This is a simple starterkit for Serverless applications.
This starterkit is based on:
Download or clone this repo, then install Node.js using nvm.
$ cd to/this/dir
$ nvm install
$ nvm useInstall yarn if you don't have.
$ npm install -g yarnInstall package.
$ yarn install$ yarn startOpen the URL shown in your browser.
$ yarn build$ yarn build:prod$ yarn deploy$ yarn deploy:prod$ yarn deploy:func -- --function functionName$ yarn deploy:func:prod -- --function functionName$ yarn lint$ yarn testMIT