Skip to content

MicroFrontend with a series of support tools for edx-platform

License

Notifications You must be signed in to change notification settings

EDUlib/frontend-app-support-tools

 
 

Repository files navigation

Build Status Codecov |license|

frontend-app-support-tools

Introduction

This repository contains a series of support tools for the OpenedX platform.

Getting Started

Prerequisite

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

Installation and Startup

  1. Clone your new repo:
git clone <Repo URL above>
  1. Install npm dependencies:
cd frontend-app-support-tools && npm install
  1. Start the dev server:
npm start

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

Project Structure

The source for this project is organized into nested submodules according to the ADR Feature-based Application Organization.

Build Process Notes

Production Build

The production build is created with npm run build.

Internationalization

Please see edx/frontend-platform's i18n module for documentation on internationalization. The documentation explains how to use it, and the How To has more detail.

About

MicroFrontend with a series of support tools for edx-platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • SCSS 1.6%
  • Other 1.3%