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 use
Install yarn
if you don't have.
$ npm install -g yarn
Install package.
$ yarn install
$ yarn start
Open 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 test
MIT