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
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
First build the package by running:
yarn build
Then start the application in production by running:
yarn start