Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 939 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 939 Bytes

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