Clone the project
git clone https://github.com/RenzoAlcala/token-api-serverless.gitGo to the project directory
cd token-api-serverlessInstall dependencies
npm installInstall Typescript and Jest globally
npm install -g typescript
npm install -g jestStart the server
npm run start