Documentation
React
Run Locally

Run Quiz Galaxy - ReactJS on your local machine

Prerequisites

(You don't need a database connection for the react project)

Steps

  1. Open a terminal in the root of the project and run the following commands:
yarn install
OR
npm install
  1. After the installation is done, you can run the project by running the following command:
yarn start
OR
npm run start