Skip to content

Sample web application using Ticketmaster API, built with Node.js, React, Redux

Notifications You must be signed in to change notification settings

ticketmaster-api/ticketoffice-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample web application using Ticketmaster API, built with Node.js, React, Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published