Skip to content

open-craft/frontend-app-course-authoring

 
 

Repository files navigation

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.

About

This will be used to flesh out a new MFE for course authoring-related functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • SCSS 1.3%
  • Other 1.0%