Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 441 Bytes

File metadata and controls

40 lines (23 loc) · 441 Bytes

Culqi Reto

Run Locally

Clone the project

  git clone https://github.com/RenzoAlcala/token-api-serverless.git

Go to the project directory

  cd token-api-serverless

Install dependencies

  npm install

Install Typescript and Jest globally

  npm install -g typescript 
  npm install -g jest

Start the server

  npm run start