Skip to content

manuumv/azure-card-generator

Repository files navigation

AZURE CARD GENERATOR

Installation

Use npm or yarn in order to install everything.

npm i

Development server

Run npm start for a dev server. Navigate to http://localhost:8000.

Running tests

Run npm run test to execute the unit tests via Jest.

If you want watch mode: npm run test:watch.

Production server

Run npm run start:prod for a production server with node. Navigate to http://localhost:9000.

Docker

build image

docker build -t azure-card-generator .

run container

docker run -p 9000:9000 azure-card-generator

Azure requirements

  • Email
  • Token
  • Organization

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •