Skip to content

akasrai/daily-quiz-web

Repository files navigation

logo

Daily Quiz

A web based application to manage Daily Quiz app. [In Progress]

Installation

  1. Clone project
git clone git@github.com:akasrai/daily-quiz-mobile.git
  1. Install Dependencies
cd daily-quiz-web
yarn
  1. Setup env
  • Create new file .env
  • Copy content from .env.example
  • Add valid API url
  1. Run development Server
npm start

Backend Setup

  • Find backend setup here

Created with React