Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.74 KB

README.rst

File metadata and controls

45 lines (28 loc) · 1.74 KB

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/edx/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.