/frontend-app-course-authoring

The micro-frontend for course authoring in Open edX. Frontend interfaces that currently live in Studio/CMS should eventually live here.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Build Status Codecov license

frontend-app-course-authoring

Please tag @edx/teaching-and-learning on any PRs or issues. Thanks.

Prerequisite

Devstack. If you start Devstack with make dev.up.studio that should give you everything you need as a companion to this frontend.

Installation and Startup

  1. Clone the repo:
git clone https://github.com/openedx/frontend-app-course-authoring.git
  1. Install npm dependencies:
cd frontend-app-course-authoring && npm install
  1. Start the dev server:
npm start

The dev server is running at http://localhost:2001.

If your devstack includes the default Demo course, you can visit the following URLs to see content:

Production Build

The production build is created with npm run build.