Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 796 Bytes

README.md

File metadata and controls

47 lines (37 loc) · 796 Bytes

Quiz App

⚙️ Tech Stack

🔨 Setup and Run

Setup local repo

Let's setup the backend server on your local machine.

0. Prerequisites

1. Fork repo

Fork this repo to your GitHub account

2. Clone repo

Clone the forked repo to your local machine

git clone https://github.com/<YOUR-GITHUB-USERNAME>/Quiz-App.git

Navigate to project directory

cd Quiz-App
cd quiz

3. Install Dependencies

yarn install

Your application setup is successfully completed!

Running the app

# development
$ yarn start