|Build Status| |Codecov| |npm_version| |npm_downloads| |license| |semantic-release|
Please tag @edx/masters-devs-cosmonauts on any PRs or issues. Thanks!
This micro-frontend provides instructors with a view to manage exams.
- Clone your new repo:
git clone https://github.com/openedx/frontend-app-exams-dashboard.git
Use node >=v14.15.
For convenience, this repository includes an .nvmrc file to help in setting the correct node version via nvm.
Install npm dependencies:
cd frontend-template-application && npm install
- Start the dev server:
npm start
The dev server is running at http://localhost:2020 or whatever port you setup.