Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 855 Bytes

README.rst

File metadata and controls

32 lines (18 loc) · 855 Bytes

|Build Status| |Codecov| |npm_version| |npm_downloads| |license| |semantic-release|

frontend-app-exams-dashboard

Please tag @edx/masters-devs-cosmonauts on any PRs or issues. Thanks!

Introduction

This micro-frontend provides instructors with a view to manage exams.

Installation

  1. Clone your new repo:
git clone https://github.com/openedx/frontend-app-exams-dashboard.git
  1. Use node >=v14.15.

    For convenience, this repository includes an .nvmrc file to help in setting the correct node version via nvm.

  2. Install npm dependencies:

cd frontend-template-application && npm install
  1. Start the dev server:
npm start

The dev server is running at http://localhost:2020 or whatever port you setup.