My wondrous Nuxt.js project
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# Deploy for API Gateway
# build & deploy
$ yarn deploy:api_gw
# Remove service
$ yarn delete
For detailed explanation on how things work, checkout Nuxt.js docs.