Skip to content

upe-webdev-2/codeclash-frontend

Repository files navigation

CodeClash Demo

How to use

This demo relies on 3 things:

  1. Installing packages using yarn
  2. Running a local JSON server to fetch data (mock REST API)
  3. Run the development server

1. Install all the dependendicies

yarn

2. Start the JSON Server (port 8000)

Temporary JSON server. Fetches data from db.json

yarn mock-backend

Open JSON server: http://localhost:8000/

Possible Routes

  • /problems
  • /problems/1

3. Run Development Server

yarn dev