lordamot / agame

a game of lambdas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prereqs

Node v14.x, npm

npm i -g serverless serverless-offline

npm i -g @nestjs/cli

Something else might be needed may be, but its only a quick instruction.

Try to run project as App

nest start

Then open http://localhost:3000 and you should be able to see "Hello world".

Try to run project as Lambda

npm run build

serverless offline start

"Can not GET /" - why?!

About

a game of lambdas


Languages

Language:TypeScript 81.6%Language:JavaScript 18.4%