/tickethub

TicketHub is a website for buying and selling tickets.

Primary LanguageJavaScriptMIT LicenseMIT

TICKETHUB

Dependency Status DevDependency Status

Installation

First, clone the repo via git:

git clone --depth=1 https://github.com/tylerwasniowski/tickethub.git your-project-name

And then install dependencies with yarn:

cd your-project-name
yarn install

Run in Development Mode

It is recommended to run the backend and frontend in separate terminal sessions.

See the instructions in the frontend package for starting the frontend.

See the instructions in the backend package for starting the backend.

If you would rather run both frontend and backend in a single terminal session, you can run:

yarn dev

Run in Production Mode

First build the package by running:

yarn build

Then start the application in production by running:

yarn start