Run Quiz Galaxy - ReactJS on your local machine
Prerequisites
- Node.js (opens in a new tab) installed on your machine
- Yarn (opens in a new tab) installed on your machine (or npm)
(You don't need a database connection for the react project)
Steps
- Open a terminal in the root of the project and run the following commands:
yarn install
OR
npm install
- After the installation is done, you can run the project by running the following command:
yarn start
OR
npm run start
- This command will start the project on http://localhost:3000 (opens in a new tab)