Skip to content

Latest commit

 

History

History
executable file
·
50 lines (39 loc) · 630 Bytes

File metadata and controls

executable file
·
50 lines (39 loc) · 630 Bytes

Ticket Office App - Demo for Ticketmaster Commerce API V2

This project serve as a demo of Ticketmaster Commerce workflow.

In the project's directory...

To install dependencies:

npm install

and update

"appRoot" and "api.key" in /src/resources/properties.json

To build for production deployment:

npm run build

To run application (development):

npm start

To run application (production):

npm run start-prod

Then visit:

http://localhost:3002

Run Test

npm test

Run Test with specs

npm run test-spec

Run linter

npm run lint