Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 200 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 200 Bytes

Board feed Nodejs Serverless Rest API

setps for start application

npm install
npm run build
npm run start

run by serverless:

serverless offline --port 4000
or
serveless deploy